2 writes to _vsShellBroadcastCookie
Microsoft.VisualStudio.LanguageServices (2)
StackTraceExplorer\StackTraceExplorerCommandHandler.cs (2)
106
vsShell?.AdviseBroadcastMessages(this, out
_vsShellBroadcastCookie
);
117
_vsShellBroadcastCookie
= 0;
3 references to _vsShellBroadcastCookie
Microsoft.VisualStudio.LanguageServices (3)
StackTraceExplorer\StackTraceExplorerCommandHandler.cs (3)
100
if (
_vsShellBroadcastCookie
!= 0)
111
if (
_vsShellBroadcastCookie
!= 0)
116
vsShell.UnadviseBroadcastMessages(
_vsShellBroadcastCookie
);