1 instantiation of GCHeapHardLimitInfo
System.Private.CoreLib (1)
System\GC.NativeAot.cs (1)
891RuntimeImports.GCHeapHardLimitInfo heapHardLimitInfo = new RuntimeImports.GCHeapHardLimitInfo
3 references to GCHeapHardLimitInfo
System.Private.CoreLib (3)
_generated\2\LibraryImports.g.cs (1)
99internal static extern partial int RhRefreshMemoryLimit(global::System.Runtime.RuntimeImports.GCHeapHardLimitInfo heapHardLimitInfo);
System\GC.NativeAot.cs (1)
891RuntimeImports.GCHeapHardLimitInfo heapHardLimitInfo = new RuntimeImports.GCHeapHardLimitInfo
System\Runtime\RuntimeImports.cs (1)
213internal static partial int RhRefreshMemoryLimit(GCHeapHardLimitInfo heapHardLimitInfo);