C# Class ReSharper.XUnitTestProvider.CompatibilityExtension

Mostra file Open project: hazzik/ReSharper.XUnitTestRunner

Public Methods

Method Description
GetAttributeType ( this attribute ) : IDeclaredType
GetOutputFilePath ( this project ) : FileSystemPath
GetResolveContext ( this project ) : EmptyResolveContext
GetSymbolScope ( this cacheManager, IPsiModule module, EmptyResolveContext instance, bool withReferences, bool caseSensitive ) : IDeclarationsCache

Method Details

GetAttributeType() public static method

public static GetAttributeType ( this attribute ) : IDeclaredType
attribute this
return IDeclaredType

GetOutputFilePath() public static method

public static GetOutputFilePath ( this project ) : FileSystemPath
project this
return FileSystemPath

GetResolveContext() public static method

public static GetResolveContext ( this project ) : EmptyResolveContext
project this
return EmptyResolveContext

GetSymbolScope() public static method

public static GetSymbolScope ( this cacheManager, IPsiModule module, EmptyResolveContext instance, bool withReferences, bool caseSensitive ) : IDeclarationsCache
cacheManager this
module IPsiModule
instance EmptyResolveContext
withReferences bool
caseSensitive bool
return IDeclarationsCache