6 references to GCSettings
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\BrokeredServiceBase.cs (1)
37if (GCSettings.IsServerGC)
Microsoft.CodeAnalysis.Workspaces (1)
TemporaryStorage\TemporaryStorageService.MemoryMappedInfo.cs (1)
138GCSettings.LargeObjectHeapCompactionMode = GCLargeObjectHeapCompactionMode.CompactOnce;
Microsoft.ML.FastTree (1)
FastTree.cs (1)
819ch.Trace("GCSettings.IsServerGC = {0}", System.Runtime.GCSettings.IsServerGC);
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
606[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.GCSettings))]
netstandard (1)
netstandard.cs (1)
1598[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.GCSettings))]
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
661[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.GCSettings))]