10 references to ReflectionCreateObject
System.Private.Xml (10)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (10)
303
p[i] =
ReflectionCreateObject
(mappings[i].TypeDesc!.Type!);
564
collection ??=
ReflectionCreateObject
(collectionType)!;
861
value =
ReflectionCreateObject
(element.Mapping.TypeDesc.Type!);
995
value = ReadSerializable((IXmlSerializable)
ReflectionCreateObject
(sm.TypeDesc!.Type!)!, isWrappedAny);
1140
o =
ReflectionCreateObject
(memberMapping.TypeDesc.Type!);
1351
object? o =
ReflectionCreateObject
(structMapping.TypeDesc.Type!);
1472
memberSource =
ReflectionCreateObject
(typeDesc.Type!);
1533
return
ReflectionCreateObject
(structMapping.TypeDesc.Type!);
1584
object? o =
ReflectionCreateObject
(structMapping.TypeDesc.Type!)!;
1733
var empty =
ReflectionCreateObject
(mapping.TypeDesc.Type!);