1 write to _startMenuCmd
Microsoft.VisualStudio.IntegrationTestService (1)
src\VisualStudio\IntegrationTest\Harness\IntegrationTestServiceShared\IntegrationTestServiceCommands.cs (1)
44_startMenuCmd = new MenuCommand(StartServiceCallback, startMenuCmdId)
4 references to _startMenuCmd
Microsoft.VisualStudio.IntegrationTestService (4)
src\VisualStudio\IntegrationTest\Harness\IntegrationTestServiceShared\IntegrationTestServiceCommands.cs (4)
59menuCommandService.AddCommand(_startMenuCmd); 85if (_startMenuCmd.Enabled) 104SwapAvailableCommands(_startMenuCmd, _stopMenuCmd); 128SwapAvailableCommands(_stopMenuCmd, _startMenuCmd);