3 references to GetLoadDirectives
Microsoft.CodeAnalysis.CSharp (3)
Compilation\SyntaxAndDeclarationManager.cs (3)
204foreach (var directive in tree.GetCompilationUnitRoot().GetLoadDirectives()) 475var newLoadDirectivesSyntax = newTree.GetCompilationUnitRoot().GetLoadDirectives(); 476var loadDirectivesHaveChanged = !oldTree.GetCompilationUnitRoot().GetLoadDirectives().SequenceEqual(newLoadDirectivesSyntax);