1 write to _stringToPathIds
MSBuildTaskHost (1)
InterningWriteTranslator.cs (1)
86
_stringToPathIds
= new Dictionary<string, InternPathIds>(initialCapacity, comparer);
2 references to _stringToPathIds
MSBuildTaskHost (2)
InterningWriteTranslator.cs (2)
122
if (
_stringToPathIds
.TryGetValue(str, out InternPathIds pathIds))
153
_stringToPathIds
.Add(str, new InternPathIds(directoryIndex, fileNameIndex));