9 references to GCKind
System.Private.CoreLib (8)
System\GC.NativeAot.cs (7)
772
public static GCMemoryInfo GetGCMemoryInfo() => GetGCMemoryInfoUnchecked(
GCKind
.Any);
777
public static GCMemoryInfo GetGCMemoryInfo(
GCKind
kind)
779
if ((kind <
GCKind
.Any) || (kind >
GCKind
.Background))
784
GCKind
.Any,
785
GCKind
.Background));
791
private static GCMemoryInfo GetGCMemoryInfoUnchecked(
GCKind
kind)
System\Runtime\RuntimeImports.cs (1)
226
internal 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
))]