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