4 instantiations of BamlTypeInfoWithSerializerRecord
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (3)
463info = new BamlTypeInfoWithSerializerRecord(); 475info = new BamlTypeInfoWithSerializerRecord(); 1229bamlTypeInfoRecord = new BamlTypeInfoWithSerializerRecord();
System\Windows\Markup\BamlRecords.cs (1)
393bamlRecord = new BamlTypeInfoWithSerializerRecord();
9 references to BamlTypeInfoWithSerializerRecord
PresentationFramework (9)
System\Windows\Markup\BamlMapTable.cs (5)
464((BamlTypeInfoWithSerializerRecord)info).SerializerTypeId = 466((BamlTypeInfoWithSerializerRecord)info).SerializerType = 476((BamlTypeInfoWithSerializerRecord)info).SerializerTypeId = 478((BamlTypeInfoWithSerializerRecord)info).SerializerType = 1239((BamlTypeInfoWithSerializerRecord)bamlTypeInfoRecord).SerializerTypeId = serializerTypeId;
System\Windows\Markup\BamlRecordReader.cs (2)
1142XamlSerializer serializer = CreateSerializer((BamlTypeInfoWithSerializerRecord)typeInfo); 5054BamlTypeInfoWithSerializerRecord typeWithSerializerInfo)
System\Windows\Markup\BamlRecords.cs (2)
4497BamlTypeInfoWithSerializerRecord newRecord = (BamlTypeInfoWithSerializerRecord)record;