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