2 references to ReferencedModuleIndexMap
Microsoft.CodeAnalysis (1)
ReferenceManager\CommonReferenceManager.State.cs (1)
694return ReferencedModuleIndexMap.TryGetValue(reference, out index) ? index : -1;
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceAssemblySymbol.cs (1)
971foreach (var pair in _compilation.GetBoundReferenceManager().ReferencedModuleIndexMap)