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)
60menuCommandService.AddCommand(_stopMenuCmd); 104SwapAvailableCommands(_startMenuCmd, _stopMenuCmd); 111if (_stopMenuCmd.Enabled) 128SwapAvailableCommands(_stopMenuCmd, _startMenuCmd);