Method | Description | |
---|---|---|
Build ( ) : bool |
Builds the EF-specific view of the current semantic model
|
|
EFUsageContext ( SyntaxNodeAnalysisContext context ) : Microsoft.CodeAnalysis | ||
GetClassForProperty ( string propertyName ) : ImmutableArray |
Gets the applicable EF classes for the given property name.
|
|
GetClassInfo ( ITypeSymbol typeArg ) : |
Gets the EF class info for the given type symbol. Returns null if no such class found
|
public EFUsageContext ( SyntaxNodeAnalysisContext context ) : Microsoft.CodeAnalysis | ||
context | SyntaxNodeAnalysisContext | |
return | Microsoft.CodeAnalysis |
public GetClassForProperty ( string propertyName ) : ImmutableArray |
||
propertyName | string | |
return | ImmutableArray |
public GetClassInfo ( ITypeSymbol typeArg ) : |
||
typeArg | ITypeSymbol | |
return |