1 write to _startMenuCmd
Microsoft.VisualStudio.IntegrationTest.Setup (1)
IntegrationTestServiceCommands.cs (1)
65_startMenuCmd = new MenuCommand(StartServiceCallback, startMenuCmdId)
4 references to _startMenuCmd
Microsoft.VisualStudio.IntegrationTest.Setup (4)
IntegrationTestServiceCommands.cs (4)
80menuCommandService.AddCommand(_startMenuCmd); 112if (_startMenuCmd.Enabled) 150SwapAvailableCommands(_startMenuCmd, _stopMenuCmd); 178SwapAvailableCommands(_stopMenuCmd, _startMenuCmd);