12 references to SyntaxTrees
Microsoft.CodeAnalysis.VisualBasic (12)
Compilation\DocumentationComments\DocumentationCommentCompiler.vb (1)
92
For Each tree In compilation.
SyntaxTrees
Compilation\VisualBasicCompilation.vb (11)
820
Dim tree =
SyntaxTrees
.SingleOrDefault()
1779
For Each tree As SyntaxTree In
SyntaxTrees
1804
If _lazyCompilationUnitCompletedTrees.Count =
SyntaxTrees
.Length Then
2160
SyntaxTrees
.Length,
2163
builder.AddRange(
SyntaxTrees
(i).GetDiagnostics(cancellationToken))
2167
For Each tree In
SyntaxTrees
2178
For Each tree In
SyntaxTrees
2197
If EventQueue IsNot Nothing AndAlso
SyntaxTrees
.Length = 0 Then
2248
If Not
SyntaxTrees
.Contains(tree) Then
2730
For Each syntaxTree In
SyntaxTrees
2781
Return Me.
SyntaxTrees