6 references to Forced
Microsoft.Data.Analysis.Tests (1)
test\Microsoft.ML.TestFramework\BaseTestClass.cs (1)
93GC.Collect(2, GCCollectionMode.Forced, true);
Microsoft.ML.FastTree (2)
FastTree.cs (2)
351GC.Collect(2, GCCollectionMode.Forced); 352GC.Collect(2, GCCollectionMode.Forced);
Microsoft.ML.TestFramework (1)
BaseTestClass.cs (1)
93GC.Collect(2, GCCollectionMode.Forced, true);
System.Private.Windows.Core.TestUtilities (2)
XUnit\ForceGCAttribute.cs (2)
19GC.Collect(GC.MaxGeneration, GCCollectionMode.Forced, blocking: true); 21GC.Collect(GC.MaxGeneration, GCCollectionMode.Forced, blocking: true);