10 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);
Microsoft.VisualStudio.LanguageServices (4)
Implementation\GCManager.cs (3)
82var currentMode = GCSettings.LatencyMode; 86GCSettings.LatencyMode = GCLatencyMode.SustainedLowLatency; 112GCSettings.LatencyMode = originalMode;
Implementation\VirtualMemoryNotificationListener.cs (1)
51if (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)
643[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.GCSettings))]