2 references to InternalAlloc
System.Private.CoreLib (2)
src\System\RuntimeHandles.cs (2)
294
object result =
InternalAlloc
(type.GetNativeTypeHandle().AsMethodTable());
1204
object obj = RuntimeTypeHandle.
InternalAlloc
(pMT);