3 writes to PreParsedCurrentRecord
PresentationFramework (3)
System\Windows\Markup\BamlRecordReader.cs (3)
270PreParsedCurrentRecord = PreParsedCurrentRecord.Next; 278PreParsedCurrentRecord = PreParsedCurrentRecord.Next; 5352PreParsedCurrentRecord = PreParsedRecordsStart;
6 references to PreParsedCurrentRecord
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (6)
267else if (PreParsedCurrentRecord != null) // If the preparsed list has not reached its end 269bamlRecord = PreParsedCurrentRecord; // return the record pointed to index 270PreParsedCurrentRecord = PreParsedCurrentRecord.Next; 277ProcessDebugBamlRecord(PreParsedCurrentRecord); 278PreParsedCurrentRecord = PreParsedCurrentRecord.Next; 352bamlRecordType = PreParsedCurrentRecord.RecordType;