4 writes to SerializerTypeId
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (3)
464
((BamlTypeInfoWithSerializerRecord)info).
SerializerTypeId
=
476
((BamlTypeInfoWithSerializerRecord)info).
SerializerTypeId
=
1239
((BamlTypeInfoWithSerializerRecord)bamlTypeInfoRecord).
SerializerTypeId
= serializerTypeId;
System\Windows\Markup\BamlRecords.cs (1)
4481
SerializerTypeId
= bamlBinaryReader.ReadInt16();
6 references to SerializerTypeId
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (4)
5048
if (typeWithSerializerInfo.
SerializerTypeId
< 0)
5051
typeWithSerializerInfo.
SerializerTypeId
);
5059
typeWithSerializerInfo.
SerializerTypeId
);
5063
typeWithSerializerInfo.
SerializerTypeId
,
System\Windows\Markup\BamlRecords.cs (2)
4489
bamlBinaryWriter.Write(
SerializerTypeId
);
4543
Debug.Assert(
SerializerTypeId
!= 0 );