4 instantiations of BamlTypeInfoWithSerializerRecord
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlMapTable.cs (3)
485
info = new
BamlTypeInfoWithSerializerRecord
();
497
info = new
BamlTypeInfoWithSerializerRecord
();
1240
bamlTypeInfoRecord = new
BamlTypeInfoWithSerializerRecord
();
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
414
bamlRecord = 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)
1181
XamlSerializer serializer = CreateSerializer((
BamlTypeInfoWithSerializerRecord
)typeInfo);
5120
BamlTypeInfoWithSerializerRecord
typeWithSerializerInfo)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4749
BamlTypeInfoWithSerializerRecord
newRecord = (
BamlTypeInfoWithSerializerRecord
)record;