4 instantiations of BamlTypeInfoWithSerializerRecord
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (3)
459
info = new
BamlTypeInfoWithSerializerRecord
();
471
info = new
BamlTypeInfoWithSerializerRecord
();
1216
bamlTypeInfoRecord = new
BamlTypeInfoWithSerializerRecord
();
System\Windows\Markup\BamlRecords.cs (1)
392
bamlRecord = 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)
1138
XamlSerializer serializer = CreateSerializer((
BamlTypeInfoWithSerializerRecord
)typeInfo);
5044
BamlTypeInfoWithSerializerRecord
typeWithSerializerInfo)
System\Windows\Markup\BamlRecords.cs (2)
4496
BamlTypeInfoWithSerializerRecord
newRecord = (
BamlTypeInfoWithSerializerRecord
)record;