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