4 writes to SerializerTypeId
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (3)
460
((BamlTypeInfoWithSerializerRecord)info).
SerializerTypeId
=
472
((BamlTypeInfoWithSerializerRecord)info).
SerializerTypeId
=
1226
((BamlTypeInfoWithSerializerRecord)bamlTypeInfoRecord).
SerializerTypeId
= serializerTypeId;
System\Windows\Markup\BamlRecords.cs (1)
4480
SerializerTypeId
= bamlBinaryReader.ReadInt16();
6 references to SerializerTypeId
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (4)
5047
if (typeWithSerializerInfo.
SerializerTypeId
< 0)
5050
typeWithSerializerInfo.
SerializerTypeId
);
5058
typeWithSerializerInfo.
SerializerTypeId
);
5062
typeWithSerializerInfo.
SerializerTypeId
,
System\Windows\Markup\BamlRecords.cs (2)
4488
bamlBinaryWriter.Write(
SerializerTypeId
);
4542
Debug.Assert(
SerializerTypeId
!= 0 );