4 references to stringRecords
Microsoft.Build (4)
Logging\BinaryLogger\BuildEventArgsReader.cs (4)
519stringRecords.Add(storedString); 1714if (index >= 0 && index < this.stringRecords.Count) 1716object storedString = stringRecords[index]; 1723$"String record number {_recordNumber} is invalid: string index {index} is not within {stringRecords.Count}.");