2 references to GetGCMemoryInfoUnchecked
System.Private.CoreLib (2)
System\GC.NativeAot.cs (2)
772
public static GCMemoryInfo GetGCMemoryInfo() =>
GetGCMemoryInfoUnchecked
(GCKind.Any);
788
return
GetGCMemoryInfoUnchecked
(kind);