1 write to _documentToIndex
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\StackTraceDocumentsNode.cs (1)
58
_documentToIndex
= null;
2 references to _documentToIndex
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\StackTraceDocumentsNode.cs (2)
38
if (!
_documentToIndex
.TryGetValue(documentName, out int index))
42
_documentToIndex
.Add(documentName, index);