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