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