3 references to GC_ALLOC_PINNED_OBJECT_HEAP
System.Private.CoreLib (3)
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 (2)
836flags |= GC_ALLOC_FLAGS.GC_ALLOC_PINNED_OBJECT_HEAP; 862flags = GC_ALLOC_FLAGS.GC_ALLOC_PINNED_OBJECT_HEAP;