4 writes to SerializerTypeId
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (3)
468
((BamlTypeInfoWithSerializerRecord)info).
SerializerTypeId
=
480
((BamlTypeInfoWithSerializerRecord)info).
SerializerTypeId
=
1232
((BamlTypeInfoWithSerializerRecord)bamlTypeInfoRecord).
SerializerTypeId
= serializerTypeId;
System\Windows\Markup\BamlRecords.cs (1)
4487
SerializerTypeId
= bamlBinaryReader.ReadInt16();
6 references to SerializerTypeId
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (4)
5060
if (typeWithSerializerInfo.
SerializerTypeId
< 0)
5063
typeWithSerializerInfo.
SerializerTypeId
);
5071
typeWithSerializerInfo.
SerializerTypeId
);
5075
typeWithSerializerInfo.
SerializerTypeId
,
System\Windows\Markup\BamlRecords.cs (2)
4495
bamlBinaryWriter.Write(
SerializerTypeId
);
4549
Debug.Assert(
SerializerTypeId
!= 0 );