12 references to ReflectionCreateObject
System.Private.Xml (12)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (12)
311
p[i] =
ReflectionCreateObject
(mappings[i].TypeDesc!.Type!);
573
collection ??=
ReflectionCreateObject
(collectionType)!;
918
value =
ReflectionCreateObject
(element.Mapping.TypeDesc.Type!);
1048
value = ReadSerializable((IXmlSerializable)
ReflectionCreateObject
(sm.TypeDesc!.Type!)!, isWrappedAny);
1069
value = ReadSerializable((IXmlSerializable)
ReflectionCreateObject
(sm.TypeDesc!.Type!)!, isWrappedAny);
1115
value = ReadSerializable((IXmlSerializable)
ReflectionCreateObject
(derived.TypeDesc!.Type!)!, isWrappedAny);
1240
o =
ReflectionCreateObject
(memberMapping.TypeDesc.Type!);
1448
object? o =
ReflectionCreateObject
(structMapping.TypeDesc.Type!);
1569
memberSource =
ReflectionCreateObject
(typeDesc.Type!);
1630
return
ReflectionCreateObject
(structMapping.TypeDesc.Type!);
1679
object? o =
ReflectionCreateObject
(structMapping.TypeDesc.Type!)!;
1828
var empty =
ReflectionCreateObject
(mapping.TypeDesc.Type!);