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