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)
4480SerializerTypeId = bamlBinaryReader.ReadInt16();
6 references to SerializerTypeId
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (4)
5047if (typeWithSerializerInfo.SerializerTypeId < 0) 5050typeWithSerializerInfo.SerializerTypeId); 5058typeWithSerializerInfo.SerializerTypeId); 5062typeWithSerializerInfo.SerializerTypeId,
System\Windows\Markup\BamlRecords.cs (2)
4488bamlBinaryWriter.Write(SerializerTypeId); 4542Debug.Assert( SerializerTypeId != 0 );