3 writes to PreParsedCurrentRecord
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (3)
293PreParsedCurrentRecord = PreParsedCurrentRecord.Next; 301PreParsedCurrentRecord = PreParsedCurrentRecord.Next; 5421PreParsedCurrentRecord = PreParsedRecordsStart;
6 references to PreParsedCurrentRecord
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (6)
290else if (PreParsedCurrentRecord != null) // If the preparsed list has not reached its end 292bamlRecord = PreParsedCurrentRecord; // return the record pointed to index 293PreParsedCurrentRecord = PreParsedCurrentRecord.Next; 300ProcessDebugBamlRecord(PreParsedCurrentRecord); 301PreParsedCurrentRecord = PreParsedCurrentRecord.Next; 375bamlRecordType = PreParsedCurrentRecord.RecordType;