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