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