4 instantiations of BamlTypeInfoWithSerializerRecord
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (3)
475info = new BamlTypeInfoWithSerializerRecord(); 487info = new BamlTypeInfoWithSerializerRecord(); 1230bamlTypeInfoRecord = new BamlTypeInfoWithSerializerRecord();
System\Windows\Markup\BamlRecords.cs (1)
405bamlRecord = new BamlTypeInfoWithSerializerRecord();
9 references to BamlTypeInfoWithSerializerRecord
PresentationFramework (9)
System\Windows\Markup\BamlMapTable.cs (5)
476((BamlTypeInfoWithSerializerRecord)info).SerializerTypeId = 478((BamlTypeInfoWithSerializerRecord)info).SerializerType = 488((BamlTypeInfoWithSerializerRecord)info).SerializerTypeId = 490((BamlTypeInfoWithSerializerRecord)info).SerializerType = 1240((BamlTypeInfoWithSerializerRecord)bamlTypeInfoRecord).SerializerTypeId = serializerTypeId;
System\Windows\Markup\BamlRecordReader.cs (2)
1157XamlSerializer serializer = CreateSerializer((BamlTypeInfoWithSerializerRecord)typeInfo); 5066BamlTypeInfoWithSerializerRecord typeWithSerializerInfo)
System\Windows\Markup\BamlRecords.cs (2)
4509BamlTypeInfoWithSerializerRecord newRecord = (BamlTypeInfoWithSerializerRecord)record;