1 write to _documentIndex
Microsoft.CodeAnalysis (1)
NativePdbWriter\PdbWriter.cs (1)
49_documentIndex = new Dictionary<DebugSourceDocument, int>();
3 references to _documentIndex
Microsoft.CodeAnalysis (3)
NativePdbWriter\PdbWriter.cs (3)
579if (_documentIndex.TryGetValue(document, out int documentIndex)) 623_documentIndex.Add(document, documentIndex); 768.Where(kvp => !_documentIndex.ContainsKey(kvp.Value))