2 references to s_resharperCommandGroup
Microsoft.VisualStudio.LanguageServices (2)
KeybindingReset\KeybindingResetDetector.cs (2)
324
var hr = _oleCommandTarget.QueryStatus(
s_resharperCommandGroup
, (uint)cmds.Length, cmds, IntPtr.Zero);
406
if (pguidCmdGroup ==
s_resharperCommandGroup
&& nCmdID >= ResumeId && nCmdID <= ToggleSuspendId)