10 references to ReflectionCreateObject
System.Private.Xml (10)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (10)
304
p[i] =
ReflectionCreateObject
(mappings[i].TypeDesc!.Type!);
566
collection ??=
ReflectionCreateObject
(collectionType)!;
901
value =
ReflectionCreateObject
(element.Mapping.TypeDesc.Type!);
1035
value = ReadSerializable((IXmlSerializable)
ReflectionCreateObject
(sm.TypeDesc!.Type!)!, isWrappedAny);
1180
o =
ReflectionCreateObject
(memberMapping.TypeDesc.Type!);
1388
object? o =
ReflectionCreateObject
(structMapping.TypeDesc.Type!);
1509
memberSource =
ReflectionCreateObject
(typeDesc.Type!);
1570
return
ReflectionCreateObject
(structMapping.TypeDesc.Type!);
1619
object? o =
ReflectionCreateObject
(structMapping.TypeDesc.Type!)!;
1768
var empty =
ReflectionCreateObject
(mapping.TypeDesc.Type!);