12 references to SyntaxTrees
Microsoft.CodeAnalysis.VisualBasic (12)
Compilation\DocumentationComments\DocumentationCommentCompiler.vb (1)
92
For Each tree In compilation.
SyntaxTrees
Compilation\VisualBasicCompilation.vb (11)
819
Dim tree =
SyntaxTrees
.SingleOrDefault()
1778
For Each tree As SyntaxTree In
SyntaxTrees
1803
If _lazyCompilationUnitCompletedTrees.Count =
SyntaxTrees
.Length Then
2159
SyntaxTrees
.Length,
2162
builder.AddRange(
SyntaxTrees
(i).GetDiagnostics(cancellationToken))
2166
For Each tree In
SyntaxTrees
2177
For Each tree In
SyntaxTrees
2196
If EventQueue IsNot Nothing AndAlso
SyntaxTrees
.Length = 0 Then
2247
If Not
SyntaxTrees
.Contains(tree) Then
2719
For Each syntaxTree In
SyntaxTrees
2770
Return Me.
SyntaxTrees