2 overrides of CommonGetSemanticModel
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
3926
protected override SemanticModel
CommonGetSemanticModel
(SyntaxTree syntaxTree, SemanticModelOptions options)
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\VisualBasicCompilation.vb (1)
2751
Protected Overrides Function
CommonGetSemanticModel
(syntaxTree As SyntaxTree, options As SemanticModelOptions) As SemanticModel
2 references to CommonGetSemanticModel
Microsoft.CodeAnalysis (2)
Compilation\Compilation.cs (2)
322
=>
CommonGetSemanticModel
(syntaxTree, options);
334
/// Unlike the <see cref="GetSemanticModel(SyntaxTree, bool)"/> and <see cref="
CommonGetSemanticModel
(SyntaxTree, SemanticModelOptions)"/>,