4 instantiations of BamlTypeInfoWithSerializerRecord
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (3)
459info = new BamlTypeInfoWithSerializerRecord(); 471info = new BamlTypeInfoWithSerializerRecord(); 1216bamlTypeInfoRecord = new BamlTypeInfoWithSerializerRecord();
System\Windows\Markup\BamlRecords.cs (1)
392bamlRecord = new BamlTypeInfoWithSerializerRecord();
9 references to BamlTypeInfoWithSerializerRecord
PresentationFramework (9)
System\Windows\Markup\BamlMapTable.cs (5)
460((BamlTypeInfoWithSerializerRecord)info).SerializerTypeId = 462((BamlTypeInfoWithSerializerRecord)info).SerializerType = 472((BamlTypeInfoWithSerializerRecord)info).SerializerTypeId = 474((BamlTypeInfoWithSerializerRecord)info).SerializerType = 1226((BamlTypeInfoWithSerializerRecord)bamlTypeInfoRecord).SerializerTypeId = serializerTypeId;
System\Windows\Markup\BamlRecordReader.cs (2)
1138XamlSerializer serializer = CreateSerializer((BamlTypeInfoWithSerializerRecord)typeInfo); 5044BamlTypeInfoWithSerializerRecord typeWithSerializerInfo)
System\Windows\Markup\BamlRecords.cs (2)
4496BamlTypeInfoWithSerializerRecord newRecord = (BamlTypeInfoWithSerializerRecord)record;