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