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