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