Method | Description | |
---|---|---|
GetDeclaringMethod ( this identifier, SyntaxNodeAnalysisContext context ) : Microsoft.CodeAnalysis.CSharp.Syntax.MethodDeclarationSyntax |
Gets the method declaration for the given method identifier
|
|
IsDbContextInstance ( this syntax, SyntaxNodeAnalysisContext context ) : bool |
Indicates if this expression is a DbContext-derived object instance or some expression that returns one
|
|
IsDbSet ( this nts ) : bool | ||
IsDbSetProperty ( this p ) : bool | ||
IsQueryable ( this nts ) : bool | ||
TryGetType ( this symbol ) : ITypeSymbol |
Attempts to get the type of the given symbol
|
|
UltimatelyDerivesFromDbContext ( this type ) : bool |
Indicates if this type symbol ultimately derives from DbContext
|
public static GetDeclaringMethod ( this identifier, SyntaxNodeAnalysisContext context ) : Microsoft.CodeAnalysis.CSharp.Syntax.MethodDeclarationSyntax | ||
identifier | this | |
context | SyntaxNodeAnalysisContext | |
return | Microsoft.CodeAnalysis.CSharp.Syntax.MethodDeclarationSyntax |
public static IsDbContextInstance ( this syntax, SyntaxNodeAnalysisContext context ) : bool | ||
syntax | this | |
context | SyntaxNodeAnalysisContext | |
return | bool |
public static IsDbSetProperty ( this p ) : bool | ||
p | this | |
return | bool |
public static IsQueryable ( this nts ) : bool | ||
nts | this | |
return | bool |
public static TryGetType ( this symbol ) : ITypeSymbol | ||
symbol | this | |
return | ITypeSymbol |
public static UltimatelyDerivesFromDbContext ( this type ) : bool | ||
type | this | |
return | bool |