9 references to GCKind
System.Private.CoreLib (8)
System\GC.NativeAot.cs (7)
772public static GCMemoryInfo GetGCMemoryInfo() => GetGCMemoryInfoUnchecked(GCKind.Any); 777public static GCMemoryInfo GetGCMemoryInfo(GCKind kind) 779if ((kind < GCKind.Any) || (kind > GCKind.Background)) 784GCKind.Any, 785GCKind.Background)); 791private static GCMemoryInfo GetGCMemoryInfoUnchecked(GCKind kind)
System\Runtime\RuntimeImports.cs (1)
226internal static extern void RhGetMemoryInfo(ref byte info, GCKind kind);
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
214[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GCKind))]