Method | Description | |
---|---|---|
FlushCache ( ) : void | ||
SemanticModel ( SyntaxReference reference ) : SemanticModel | ||
SymbolDeclaredCompilationEvent ( Compilation compilation, ISymbol symbol ) : System | ||
SymbolDeclaredCompilationEvent ( Compilation compilation, ISymbol symbol, Lazy lazySemanticModel ) : System | ||
ToString ( ) : string | ||
WithSemanticModel ( SemanticModel model ) : |
Method | Description | |
---|---|---|
SymbolDeclaredCompilationEvent ( |
public SemanticModel ( SyntaxReference reference ) : SemanticModel | ||
reference | SyntaxReference | |
return | SemanticModel |
public SymbolDeclaredCompilationEvent ( Compilation compilation, ISymbol symbol ) : System | ||
compilation | Compilation | |
symbol | ISymbol | |
return | System |
public SymbolDeclaredCompilationEvent ( Compilation compilation, ISymbol symbol, Lazy lazySemanticModel ) : System | ||
compilation | Compilation | |
symbol | ISymbol | |
lazySemanticModel | Lazy | |
return | System |
public WithSemanticModel ( SemanticModel model ) : |
||
model | SemanticModel | |
return |