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