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