17 references to RhNewObject
System.Private.CoreLib (17)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
71
return RuntimeImports.
RhNewObject
(typeHandle.ToMethodTable());
Internal\Runtime\ThreadStatics.cs (1)
140
return RuntimeImports.
RhNewObject
((MethodTable*)gcDesc);
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
301
Continuation newContinuation = (Continuation)RuntimeImports.
RhNewObject
(contMT);
System\Delegate.cs (3)
395
Delegate del = (Delegate)(RuntimeImports.
RhNewObject
(delegateEEType));
419
Delegate del = (Delegate)RuntimeImports.
RhNewObject
(delegateEEType);
455
Delegate result = Unsafe.As<Delegate>(RuntimeImports.
RhNewObject
(this.GetMethodTable()));
System\InvokeUtils.cs (2)
59
return Runtime.RuntimeImports.
RhNewObject
(dstEEType);
146
dstObject = RuntimeImports.
RhNewObject
(dstEEType);
System\Object.NativeAot.cs (1)
33
RuntimeImports.
RhNewObject
(this.GetMethodTable());
System\Reflection\DynamicInvokeInfo.cs (7)
220
returnObject = RuntimeImports.
RhNewObject
(
288
returnObject = RuntimeImports.
RhNewObject
(
354
returnObject = RuntimeImports.
RhNewObject
(
605
arg = RuntimeImports.
RhNewObject
(
645
object box = RuntimeImports.
RhNewObject
(argumentInfo.Type);
686
arg = RuntimeImports.
RhNewObject
(
713
object box = RuntimeImports.
RhNewObject
(argumentInfo.Type);
System\Runtime\CompilerServices\RuntimeHelpers.NativeAot.cs (1)
357
return RuntimeImports.
RhNewObject
(mt);