3 writes to PreParsedCurrentRecord
PresentationFramework (3)
System\Windows\Markup\BamlRecordReader.cs (3)
263PreParsedCurrentRecord = PreParsedCurrentRecord.Next; 271PreParsedCurrentRecord = PreParsedCurrentRecord.Next; 5336PreParsedCurrentRecord = PreParsedRecordsStart;
6 references to PreParsedCurrentRecord
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (6)
260else if (PreParsedCurrentRecord != null) // If the preparsed list has not reached its end 262bamlRecord = PreParsedCurrentRecord; // return the record pointed to index 263PreParsedCurrentRecord = PreParsedCurrentRecord.Next; 270ProcessDebugBamlRecord(PreParsedCurrentRecord); 271PreParsedCurrentRecord = PreParsedCurrentRecord.Next; 345bamlRecordType = PreParsedCurrentRecord.RecordType;