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