12 references to SyntaxTrees
Microsoft.CodeAnalysis.VisualBasic (12)
Compilation\DocumentationComments\DocumentationCommentCompiler.vb (1)
92
For Each tree In compilation.
SyntaxTrees
Compilation\VisualBasicCompilation.vb (11)
818
Dim tree =
SyntaxTrees
.SingleOrDefault()
1777
For Each tree As SyntaxTree In
SyntaxTrees
1802
If _lazyCompilationUnitCompletedTrees.Count =
SyntaxTrees
.Length Then
2158
SyntaxTrees
.Length,
2161
builder.AddRange(
SyntaxTrees
(i).GetDiagnostics(cancellationToken))
2165
For Each tree In
SyntaxTrees
2176
For Each tree In
SyntaxTrees
2195
If EventQueue IsNot Nothing AndAlso
SyntaxTrees
.Length = 0 Then
2246
If Not
SyntaxTrees
.Contains(tree) Then
2706
For Each syntaxTree In
SyntaxTrees
2757
Return Me.
SyntaxTrees