11 references to Collect
IdeCoreBenchmarks (3)
NavigateToBenchmarks.cs (3)
129
GC.
Collect
(0, GCCollectionMode.Forced, blocking: true);
130
GC.
Collect
(1, GCCollectionMode.Forced, blocking: true);
131
GC.
Collect
(2, GCCollectionMode.Forced, blocking: true);
Microsoft.CodeAnalysis.UnitTests (1)
Text\TextChangeTests.cs (1)
558
GC.
Collect
(2, GCCollectionMode.Forced, blocking: true);
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)
src\System\GC.CoreCLR.cs (1)
187
Collect
(generation, mode, true);
System.Windows.Forms.Tests (4)
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (2)
1611
GC.
Collect
(GC.MaxGeneration, GCCollectionMode.Forced, blocking: true);
1631
GC.
Collect
(GC.MaxGeneration, GCCollectionMode.Forced, blocking: true);
System\Windows\Forms\ControlTests.Internals.cs (1)
407
GC.
Collect
(GC.MaxGeneration, GCCollectionMode.Forced, blocking: true);
System\Windows\Forms\LayoutEventArgsTests.cs (1)
49
GC.
Collect
(GC.MaxGeneration, GCCollectionMode.Forced, blocking: true);