1 write to _installCalledCount
dotnet.Tests (1)
CommandTests\Tool\Restore\ToolRestoreCommandTests.cs (1)
100downloadCallback: () => _installCalledCount++);
4 references to _installCalledCount
dotnet.Tests (4)
CommandTests\Tool\Restore\ToolRestoreCommandTests.cs (4)
479var installCallCountBeforeTheSecondRestore = _installCalledCount; 483_installCalledCount.Should().Be(installCallCountBeforeTheSecondRestore); 508var installCallCountBeforeTheSecondRestore = _installCalledCount; 512_installCalledCount.Should().Be(installCallCountBeforeTheSecondRestore + 1);