2 writes to _vsShellBroadcastCookie
Microsoft.VisualStudio.LanguageServices (2)
StackTraceExplorer\StackTraceExplorerCommandHandler.cs (2)
92
vsShell?.AdviseBroadcastMessages(this, out
_vsShellBroadcastCookie
);
104
_vsShellBroadcastCookie
= 0;
3 references to _vsShellBroadcastCookie
Microsoft.VisualStudio.LanguageServices (3)
StackTraceExplorer\StackTraceExplorerCommandHandler.cs (3)
84
if (
_vsShellBroadcastCookie
!= 0)
97
if (
_vsShellBroadcastCookie
!= 0)
103
vsShell.UnadviseBroadcastMessages(
_vsShellBroadcastCookie
);