4 writes to SerializerTypeId
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (3)
468((BamlTypeInfoWithSerializerRecord)info).SerializerTypeId = 480((BamlTypeInfoWithSerializerRecord)info).SerializerTypeId = 1232((BamlTypeInfoWithSerializerRecord)bamlTypeInfoRecord).SerializerTypeId = serializerTypeId;
System\Windows\Markup\BamlRecords.cs (1)
4487SerializerTypeId = bamlBinaryReader.ReadInt16();
6 references to SerializerTypeId
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (4)
5060if (typeWithSerializerInfo.SerializerTypeId < 0) 5063typeWithSerializerInfo.SerializerTypeId); 5071typeWithSerializerInfo.SerializerTypeId); 5075typeWithSerializerInfo.SerializerTypeId,
System\Windows\Markup\BamlRecords.cs (2)
4495bamlBinaryWriter.Write(SerializerTypeId); 4549Debug.Assert( SerializerTypeId != 0 );