2 writes to _priorityCommandTargetCookie
Microsoft.VisualStudio.LanguageServices (2)
KeybindingReset\KeybindingResetDetector.cs (2)
142
pdwCookie: out
_priorityCommandTargetCookie
);
441
_priorityCommandTargetCookie
= VSConstants.VSCOOKIE_NIL;
2 references to _priorityCommandTargetCookie
Microsoft.VisualStudio.LanguageServices (2)
KeybindingReset\KeybindingResetDetector.cs (2)
437
if (
_priorityCommandTargetCookie
!= VSConstants.VSCOOKIE_NIL)
440
var cookie =
_priorityCommandTargetCookie
;