9 references to ReflectionCreateObject
System.Private.Xml (9)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (9)
303p[i] = ReflectionCreateObject(mappings[i].TypeDesc!.Type!); 564collection ??= ReflectionCreateObject(collectionType)!; 861value = ReflectionCreateObject(element.Mapping.TypeDesc.Type!); 985value = ReadSerializable((IXmlSerializable)ReflectionCreateObject(sm.TypeDesc!.Type!)!, isWrappedAny); 1130o = ReflectionCreateObject(memberMapping.TypeDesc.Type!); 1341object? o = ReflectionCreateObject(structMapping.TypeDesc.Type!); 1462memberSource = ReflectionCreateObject(typeDesc.Type!); 1523return ReflectionCreateObject(structMapping.TypeDesc.Type!); 1574object? o = ReflectionCreateObject(structMapping.TypeDesc.Type!)!;