1 write to _frameEventsCookie
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioActiveDocumentTracker.cs (1)
227
((IVsWindowFrame2)frame).Advise(this, out
_frameEventsCookie
);
2 references to _frameEventsCookie
Microsoft.VisualStudio.LanguageServices (2)
Workspace\VisualStudioActiveDocumentTracker.cs (2)
318
if (
_frameEventsCookie
!= VSConstants.VSCOOKIE_NIL)
320
return ((IVsWindowFrame2)Frame).Unadvise(
_frameEventsCookie
);