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