1 write to _defaultToolUpdateLocalCommand
dotnet.Tests (1)
CommandTests\Tool\Update\ToolUpdateLocalCommandTests.cs (1)
119
_defaultToolUpdateLocalCommand
= new ToolUpdateLocalCommand(
10 references to _defaultToolUpdateLocalCommand
dotnet.Tests (10)
CommandTests\Tool\Update\ToolUpdateLocalCommandTests.cs (10)
168
_defaultToolUpdateLocalCommand
.Execute().Should().Be(0);
205
_defaultToolUpdateLocalCommand
);
217
_defaultToolUpdateLocalCommand
.Execute().Should().Be(0);
229
_defaultToolUpdateLocalCommand
.Execute().Should().Be(0);
238
Action a = () =>
_defaultToolUpdateLocalCommand
.Execute().Should().Be(0);
300
_defaultToolUpdateLocalCommand
.Execute();
322
_defaultToolUpdateLocalCommand
.Execute();
339
_defaultToolUpdateLocalCommand
.Execute();
351
_defaultToolUpdateLocalCommand
.Execute();
371
Action a = () =>
_defaultToolUpdateLocalCommand
.Execute();