2 references to GC_ALLOC_NO_FLAGS
System.Private.CoreLib (2)
parent\parent\Runtime.Base\src\System\Runtime\RuntimeExports.cs (1)
91
RuntimeImports.RhAllocateNewArray(pEEType, (uint)length, (uint)GC_ALLOC_FLAGS.
GC_ALLOC_NO_FLAGS
, &array);
System\GC.NativeAot.cs (1)
858
GC_ALLOC_FLAGS flags = GC_ALLOC_FLAGS.
GC_ALLOC_NO_FLAGS
;