Base:
property
SyntaxTree
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.VBSemanticModel.SyntaxTree
1 override of SyntaxTree
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\SpeculativeSyntaxTreeSemanticModel.vb (1)
69Public Overrides ReadOnly Property SyntaxTree As SyntaxTree
2 references to SyntaxTree
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\SyntaxTreeSemanticModel.vb (2)
868If location.SourceTree Is Me.SyntaxTree AndAlso nodeToCheck.Span.Contains(location.SourceSpan) Then 1321Dim sourceFile = Me._sourceModule.TryGetSourceFile(Me.SyntaxTree)