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