2 instantiations of InternPathIds
MSBuildTaskHost (2)
InterningReadTranslator.cs (1)
56InternPathIds pathIds = new(directoryKey, fileNameKey);
InterningWriteTranslator.cs (1)
153_stringToPathIds.Add(str, new InternPathIds(directoryIndex, fileNameIndex));
5 references to InternPathIds
MSBuildTaskHost (5)
InterningReadTranslator.cs (2)
23private Dictionary<InternPathIds, string> _pathIdsToString = []; 56InternPathIds pathIds = new(directoryKey, fileNameKey);
InterningWriteTranslator.cs (3)
42private Dictionary<string, InternPathIds> _stringToPathIds = []; 86_stringToPathIds = new Dictionary<string, InternPathIds>(initialCapacity, comparer); 122if (_stringToPathIds.TryGetValue(str, out InternPathIds pathIds))