8 references to GC_ALLOC_FLAGS
System.Private.CoreLib (8)
parent\parent\Runtime.Base\src\System\Runtime\RuntimeExports.cs (1)
91RuntimeImports.RhAllocateNewArray(pEEType, (uint)length, (uint)GC_ALLOC_FLAGS.GC_ALLOC_NO_FLAGS, &array);
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\CompilerHelpers\StartupCodeHelpers.cs (1)
212(uint)GC_ALLOC_FLAGS.GC_ALLOC_PINNED_OBJECT_HEAP,
System\GC.NativeAot.cs (6)
834GC_ALLOC_FLAGS flags = GC_ALLOC_FLAGS.GC_ALLOC_ZEROING_OPTIONAL; 836flags |= GC_ALLOC_FLAGS.GC_ALLOC_PINNED_OBJECT_HEAP; 858GC_ALLOC_FLAGS flags = GC_ALLOC_FLAGS.GC_ALLOC_NO_FLAGS; 862flags = GC_ALLOC_FLAGS.GC_ALLOC_PINNED_OBJECT_HEAP;