1 write to _stopMenuCmd
Microsoft.VisualStudio.IntegrationTest.Setup (1)
IntegrationTestServiceCommands.cs (1)
72_stopMenuCmd = new MenuCommand(StopServiceCallback, stopMenuCmdId)
4 references to _stopMenuCmd
Microsoft.VisualStudio.IntegrationTest.Setup (4)
IntegrationTestServiceCommands.cs (4)
81menuCommandService.AddCommand(_stopMenuCmd); 150SwapAvailableCommands(_startMenuCmd, _stopMenuCmd); 157if (_stopMenuCmd.Enabled) 178SwapAvailableCommands(_stopMenuCmd, _startMenuCmd);