1 write to GarbageCollectionCalled
dotnet.Tests (1)
CommandTests\Workload\Install\MockPackWorkloadInstaller.cs (1)
150
GarbageCollectionCalled
= true;
6 references to GarbageCollectionCalled
dotnet.Tests (6)
CommandTests\Workload\Install\GivenDotnetWorkloadInstall.cs (2)
75
installer.
GarbageCollectionCalled
.Should().BeTrue();
301
installer.
GarbageCollectionCalled
.Should().BeTrue();
CommandTests\Workload\Update\GivenDotnetWorkloadUpdate.cs (4)
103
mockInstaller.
GarbageCollectionCalled
.Should().BeFalse();
106
mockInstaller.
GarbageCollectionCalled
.Should().BeTrue();
282
installer.
GarbageCollectionCalled
.Should().BeTrue();
448
installer.
GarbageCollectionCalled
.Should().BeTrue();