3 references to InternalAllocNoChecks
System.Private.CoreLib (3)
src\System\MulticastDelegate.CoreCLR.cs (1)
170
MulticastDelegate result = Unsafe.As<MulticastDelegate>(RuntimeTypeHandle.
InternalAllocNoChecks
(RuntimeHelpers.GetMethodTable(this)));
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
171
return RuntimeTypeHandle.
InternalAllocNoChecks
((MethodTable*)pMT);
src\System\Runtime\CompilerServices\CastHelpers.cs (1)
546
object boxed = RuntimeTypeHandle.
InternalAllocNoChecks
(typeMT);