5 references to Collect
Microsoft.Data.Analysis.Tests (1)
test\Microsoft.ML.TestFramework\BaseTestClass.cs (1)
93GC.Collect(2, GCCollectionMode.Forced, true);
Microsoft.ML.TestFramework (1)
BaseTestClass.cs (1)
93GC.Collect(2, GCCollectionMode.Forced, true);
System.Private.CoreLib (1)
System\GC.NativeAot.cs (1)
135Collect(generation, mode, 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);