3 references to InternalAlloc
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\CastHelpers.cs (1)
628
object dst = RuntimeTypeHandle.
InternalAlloc
(dstMT);
src\System\RuntimeHandles.cs (2)
282
object result =
InternalAlloc
(type.GetNativeTypeHandle().AsMethodTable());
1179
object obj = RuntimeTypeHandle.
InternalAlloc
(pMT);