4 instantiations of BamlTypeInfoWithSerializerRecord
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (3)
463
info = new
BamlTypeInfoWithSerializerRecord
();
475
info = new
BamlTypeInfoWithSerializerRecord
();
1229
bamlTypeInfoRecord = new
BamlTypeInfoWithSerializerRecord
();
System\Windows\Markup\BamlRecords.cs (1)
393
bamlRecord = 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)
1142
XamlSerializer serializer = CreateSerializer((
BamlTypeInfoWithSerializerRecord
)typeInfo);
5054
BamlTypeInfoWithSerializerRecord
typeWithSerializerInfo)
System\Windows\Markup\BamlRecords.cs (2)
4497
BamlTypeInfoWithSerializerRecord
newRecord = (
BamlTypeInfoWithSerializerRecord
)record;