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