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)
4481SerializerTypeId = bamlBinaryReader.ReadInt16();
6 references to SerializerTypeId
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (4)
5048if (typeWithSerializerInfo.SerializerTypeId < 0) 5051typeWithSerializerInfo.SerializerTypeId); 5059typeWithSerializerInfo.SerializerTypeId); 5063typeWithSerializerInfo.SerializerTypeId,
System\Windows\Markup\BamlRecords.cs (2)
4489bamlBinaryWriter.Write(SerializerTypeId); 4543Debug.Assert( SerializerTypeId != 0 );