9 references to ReflectionCreateObject
System.Private.Xml (9)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (9)
303
p[i] =
ReflectionCreateObject
(mappings[i].TypeDesc!.Type!);
564
collection ??=
ReflectionCreateObject
(collectionType)!;
861
value =
ReflectionCreateObject
(element.Mapping.TypeDesc.Type!);
985
value = ReadSerializable((IXmlSerializable)
ReflectionCreateObject
(sm.TypeDesc!.Type!)!, isWrappedAny);
1130
o =
ReflectionCreateObject
(memberMapping.TypeDesc.Type!);
1341
object? o =
ReflectionCreateObject
(structMapping.TypeDesc.Type!);
1462
memberSource =
ReflectionCreateObject
(typeDesc.Type!);
1523
return
ReflectionCreateObject
(structMapping.TypeDesc.Type!);
1574
object? o =
ReflectionCreateObject
(structMapping.TypeDesc.Type!)!;