3 references to IsServerGC
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\BrokeredServiceBase.cs (1)
37
if (GCSettings.
IsServerGC
)
Microsoft.ML.FastTree (1)
FastTree.cs (1)
819
ch.Trace("GCSettings.IsServerGC = {0}", System.Runtime.GCSettings.
IsServerGC
);
Microsoft.VisualStudio.LanguageServices (1)
Implementation\VirtualMemoryNotificationListener.cs (1)
51
if (GCSettings.
IsServerGC
)