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