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