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