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