2 writes to SerializerTypeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
2707SerializerTypeId = serializerTypeId;
System\Windows\Markup\BamlRecordWriter.cs (1)
999bamlPropertyCustom.SerializerTypeId = converterOrSerializerTypeId;
4 references to SerializerTypeId
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (1)
1033short sid = bamlRecord.SerializerTypeId;
System\Windows\Markup\BamlRecordReader.cs (2)
2103short serializerTypeId = bamlPropertyRecord.SerializerTypeId; 2145short sid = bamlPropertyRecord.SerializerTypeId;
System\Windows\Markup\BamlRecords.cs (1)
2475short serializerTypeId = SerializerTypeId;