2 overrides of CompleteTrees
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
2473internal override void CompleteTrees(SyntaxTree? filterTree)
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\VisualBasicCompilation.vb (1)
1761Friend Overrides Sub CompleteTrees(filterTree As SyntaxTree)
1 reference to CompleteTrees
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
1287compilation.CompleteTrees(null);