4 writes to SerializerTypeId
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlMapTable.cs (3)
486((BamlTypeInfoWithSerializerRecord)info).SerializerTypeId = 498((BamlTypeInfoWithSerializerRecord)info).SerializerTypeId = 1250((BamlTypeInfoWithSerializerRecord)bamlTypeInfoRecord).SerializerTypeId = serializerTypeId;
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4733SerializerTypeId = bamlBinaryReader.ReadInt16();
6 references to SerializerTypeId
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (4)
5125if (typeWithSerializerInfo.SerializerTypeId < 0) 5128typeWithSerializerInfo.SerializerTypeId); 5136typeWithSerializerInfo.SerializerTypeId); 5140typeWithSerializerInfo.SerializerTypeId,
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4741bamlBinaryWriter.Write(SerializerTypeId); 4795Debug.Assert( SerializerTypeId != 0 );