4 writes to SerializerTypeId
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (3)
476((BamlTypeInfoWithSerializerRecord)info).SerializerTypeId = 488((BamlTypeInfoWithSerializerRecord)info).SerializerTypeId = 1240((BamlTypeInfoWithSerializerRecord)bamlTypeInfoRecord).SerializerTypeId = serializerTypeId;
System\Windows\Markup\BamlRecords.cs (1)
4493SerializerTypeId = bamlBinaryReader.ReadInt16();
6 references to SerializerTypeId
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (4)
5069if (typeWithSerializerInfo.SerializerTypeId < 0) 5072typeWithSerializerInfo.SerializerTypeId); 5080typeWithSerializerInfo.SerializerTypeId); 5084typeWithSerializerInfo.SerializerTypeId,
System\Windows\Markup\BamlRecords.cs (2)
4501bamlBinaryWriter.Write(SerializerTypeId); 4555Debug.Assert( SerializerTypeId != 0 );