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