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