1 write to _stopMenuCmd
Microsoft.VisualStudio.IntegrationTestService (1)
src\VisualStudio\IntegrationTest\Harness\IntegrationTestServiceShared\IntegrationTestServiceCommands.cs (1)
51
_stopMenuCmd
= new MenuCommand(StopServiceCallback, stopMenuCmdId)
4 references to _stopMenuCmd
Microsoft.VisualStudio.IntegrationTestService (4)
src\VisualStudio\IntegrationTest\Harness\IntegrationTestServiceShared\IntegrationTestServiceCommands.cs (4)
60
menuCommandService.AddCommand(
_stopMenuCmd
);
104
SwapAvailableCommands(_startMenuCmd,
_stopMenuCmd
);
111
if (
_stopMenuCmd
.Enabled)
128
SwapAvailableCommands(
_stopMenuCmd
, _startMenuCmd);