5 references to InternalAllocNoChecks
System.Private.CoreLib (5)
src\System\MulticastDelegate.CoreCLR.cs (1)
171
MulticastDelegate result = Unsafe.As<MulticastDelegate>(RuntimeTypeHandle.
InternalAllocNoChecks
(RuntimeHelpers.GetMethodTable(this)));
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
184
Continuation newContinuation = (Continuation)RuntimeTypeHandle.
InternalAllocNoChecks
(contMT);
194
Continuation newContinuation = (Continuation)RuntimeTypeHandle.
InternalAllocNoChecks
(contMT);
204
Continuation newContinuation = (Continuation)RuntimeTypeHandle.
InternalAllocNoChecks
(contMT);
src\System\Runtime\CompilerServices\CastHelpers.cs (1)
554
object boxed = RuntimeTypeHandle.
InternalAllocNoChecks
(typeMT);