Base:
property
RecordSize
MS.Internal.Markup.BamlRecord.RecordSize
1 write to RecordSize
PresentationBuildTasks (1)
Framework\System\Windows\Markup\BamlRecords.cs (1)
1111RecordSize = ComputeSizeOfVariableLengthRecord(startSeekPosition, endSeekPosition);
2 references to RecordSize
PresentationBuildTasks (2)
Framework\System\Windows\Markup\BamlRecords.cs (2)
1110Debug.Assert(RecordSize < 0); 1123((BamlBinaryWriter)bamlBinaryWriter).Write7BitEncodedInt(RecordSize);