3 writes to PreParsedCurrentRecord
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (3)
293
PreParsedCurrentRecord
= PreParsedCurrentRecord.Next;
301
PreParsedCurrentRecord
= PreParsedCurrentRecord.Next;
5421
PreParsedCurrentRecord
= PreParsedRecordsStart;
6 references to PreParsedCurrentRecord
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (6)
290
else if (
PreParsedCurrentRecord
!= null) // If the preparsed list has not reached its end
292
bamlRecord =
PreParsedCurrentRecord
; // return the record pointed to index
293
PreParsedCurrentRecord =
PreParsedCurrentRecord
.Next;
300
ProcessDebugBamlRecord(
PreParsedCurrentRecord
);
301
PreParsedCurrentRecord =
PreParsedCurrentRecord
.Next;
375
bamlRecordType =
PreParsedCurrentRecord
.RecordType;