2 references to _fileNameToIndex
ILCompiler.Compiler (2)
Compiler\ObjectWriter\CodeView\CodeViewFileTableBuilder.cs (2)
38
if (
_fileNameToIndex
.TryGetValue(fileName, out uint fileIndex))
54
_fileNameToIndex
.Add(fileName, fileTableIndex);