1 write to LoadDirectiveMap
Microsoft.CodeAnalysis.CSharp (1)
Compilation\SyntaxAndDeclarationManager.LazyState.cs (1)
40
this.
LoadDirectiveMap
= loadDirectiveMap;
4 references to LoadDirectiveMap
Microsoft.CodeAnalysis.CSharp (4)
Compilation\CSharpCompilation.cs (1)
2761
if (syntaxAndDeclarations.GetLazyState().
LoadDirectiveMap
.TryGetValue(syntaxTree, out loadDirectives))
Compilation\SyntaxAndDeclarationManager.cs (3)
98
var loadDirectiveMapBuilder = state.
LoadDirectiveMap
.ToBuilder();
291
var loadDirectiveMap = state.
LoadDirectiveMap
;
453
var loadDirectiveMap = state.
LoadDirectiveMap
;