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