2 writes to SerializerTypeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2801SerializerTypeId = serializerTypeId;
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1011bamlPropertyCustom.SerializerTypeId = converterOrSerializerTypeId;
4 references to SerializerTypeId
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1055short sid = bamlRecord.SerializerTypeId;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
2143short serializerTypeId = bamlPropertyRecord.SerializerTypeId; 2185short sid = bamlPropertyRecord.SerializerTypeId;
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2565short serializerTypeId = SerializerTypeId;