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