2 writes to _strings
Microsoft.Build (2)
Collections\LookasideStringInterner.cs (2)
50_strings = new List<string>(defaultCollectionSize); 116translator.Translate(ref _strings);
3 references to _strings
Microsoft.Build (3)
Collections\LookasideStringInterner.cs (3)
87index = _strings.Count; // This will be the index of the string we are about to add. 89_strings.Add(str); 107_ => _strings[index],