4 references to Advise
Microsoft.VisualStudio.LanguageServices (4)
DocumentOutline\DocumentOutlineControl.xaml.cs (1)
152
_codeWindowEventsSink = ComEventSink.
Advise
<IVsCodeWindowEvents>(codeWindow, this);
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
51
_sink = ComEventSink.
Advise
<IVsCodeWindowEvents>(codeWindow, this);
Snippets\AbstractSnippetInfoService.cs (1)
68
ComEventSink.
Advise
<IVsExpansionEvents>(_expansionManager, this);
Utilities\VsCodeWindowViewTracker.cs (1)
47
_codeWindowEventsSink = ComEventSink.
Advise
<IVsCodeWindowEvents>(codeWindow, this);