10 references to GCSettings
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\BrokeredServiceBase.cs (1)
37
if (
GCSettings
.IsServerGC)
Microsoft.CodeAnalysis.Workspaces (1)
TemporaryStorage\TemporaryStorageService.MemoryMappedInfo.cs (1)
138
GCSettings
.LargeObjectHeapCompactionMode = GCLargeObjectHeapCompactionMode.CompactOnce;
Microsoft.ML.FastTree (1)
FastTree.cs (1)
819
ch.Trace("GCSettings.IsServerGC = {0}", System.Runtime.
GCSettings
.IsServerGC);
Microsoft.VisualStudio.LanguageServices (4)
Implementation\GCManager.cs (3)
82
var currentMode =
GCSettings
.LatencyMode;
86
GCSettings
.LatencyMode = GCLatencyMode.SustainedLowLatency;
112
GCSettings
.LatencyMode = originalMode;
Implementation\VirtualMemoryNotificationListener.cs (1)
51
if (
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
))]