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