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)
593
if (
_documentIndex
.TryGetValue(document, out int documentIndex))
637
_documentIndex
.Add(document, documentIndex);
782
.Where(kvp => !
_documentIndex
.ContainsKey(kvp.Value))