1 write to LoadDirectiveMap
Microsoft.CodeAnalysis.CSharp (1)
Compilation\SyntaxAndDeclarationManager.LazyState.cs (1)
60
this.
LoadDirectiveMap
= loadDirectiveMap;
4 references to LoadDirectiveMap
Microsoft.CodeAnalysis.CSharp (4)
Compilation\CSharpCompilation.cs (1)
3028
if (syntaxAndDeclarations.GetLazyState().
LoadDirectiveMap
.TryGetValue(syntaxTree, out loadDirectives))
Compilation\SyntaxAndDeclarationManager.cs (3)
106
var loadDirectiveMapBuilder = state.
LoadDirectiveMap
.ToBuilder();
314
var loadDirectiveMap = state.
LoadDirectiveMap
;
479
var loadDirectiveMap = state.
LoadDirectiveMap
;