4 instantiations of BamlTypeInfoWithSerializerRecord
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlMapTable.cs (3)
485info = new BamlTypeInfoWithSerializerRecord(); 497info = new BamlTypeInfoWithSerializerRecord(); 1240bamlTypeInfoRecord = new BamlTypeInfoWithSerializerRecord();
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
414bamlRecord = new BamlTypeInfoWithSerializerRecord();
9 references to BamlTypeInfoWithSerializerRecord
PresentationFramework (9)
src\Framework\System\Windows\Markup\BamlMapTable.cs (5)
486((BamlTypeInfoWithSerializerRecord)info).SerializerTypeId = 488((BamlTypeInfoWithSerializerRecord)info).SerializerType = 498((BamlTypeInfoWithSerializerRecord)info).SerializerTypeId = 500((BamlTypeInfoWithSerializerRecord)info).SerializerType = 1250((BamlTypeInfoWithSerializerRecord)bamlTypeInfoRecord).SerializerTypeId = serializerTypeId;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
1181XamlSerializer serializer = CreateSerializer((BamlTypeInfoWithSerializerRecord)typeInfo); 5120BamlTypeInfoWithSerializerRecord typeWithSerializerInfo)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4749BamlTypeInfoWithSerializerRecord newRecord = (BamlTypeInfoWithSerializerRecord)record;