2 references to CreateInstance
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Activator.RuntimeType.cs (1)
91
CreateInstance
(type, nonPublic, wrapExceptions: true);
src\System\RuntimeType.CoreCLR.cs (1)
3971
return Activator.
CreateInstance
(this, nonPublic: true, wrapExceptions: wrapExceptions);