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