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)
81
menuCommandService.AddCommand(
_stopMenuCmd
);
150
SwapAvailableCommands(_startMenuCmd,
_stopMenuCmd
);
157
if (
_stopMenuCmd
.Enabled)
178
SwapAvailableCommands(
_stopMenuCmd
, _startMenuCmd);