3 references to HasReferenceOrLoadDirectives
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (2)
1030
var reuseReferenceManager = !oldTree.
HasReferenceOrLoadDirectives
() && !newTree.
HasReferenceOrLoadDirectives
();
Compilation\SyntaxAndDeclarationManager.cs (1)
722
return externalSyntaxTrees.Any(static t => t.
HasReferenceOrLoadDirectives
());