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