3 writes to PreParsedCurrentRecord
PresentationFramework (3)
System\Windows\Markup\BamlRecordReader.cs (3)
279PreParsedCurrentRecord = PreParsedCurrentRecord.Next; 287PreParsedCurrentRecord = PreParsedCurrentRecord.Next; 5361PreParsedCurrentRecord = PreParsedRecordsStart;
6 references to PreParsedCurrentRecord
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (6)
276else if (PreParsedCurrentRecord != null) // If the preparsed list has not reached its end 278bamlRecord = PreParsedCurrentRecord; // return the record pointed to index 279PreParsedCurrentRecord = PreParsedCurrentRecord.Next; 286ProcessDebugBamlRecord(PreParsedCurrentRecord); 287PreParsedCurrentRecord = PreParsedCurrentRecord.Next; 361bamlRecordType = PreParsedCurrentRecord.RecordType;