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