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