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