1 instantiation of ComEventSink
Microsoft.VisualStudio.LanguageServices (1)
Utilities\ComEventSink.cs (1)
34
return new
ComEventSink
(connectionPoint, cookie);
8 references to ComEventSink
Microsoft.VisualStudio.LanguageServices (8)
DocumentOutline\DocumentOutlineControl.xaml.cs (2)
37
private readonly
ComEventSink
_codeWindowEventsSink;
152
_codeWindowEventsSink =
ComEventSink
.Advise<IVsCodeWindowEvents>(codeWindow, this);
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (2)
36
private readonly
ComEventSink
_sink;
51
_sink =
ComEventSink
.Advise<IVsCodeWindowEvents>(codeWindow, this);
Snippets\AbstractSnippetInfoService.cs (1)
68
ComEventSink
.Advise<IVsExpansionEvents>(_expansionManager, this);
Utilities\ComEventSink.cs (1)
14
public static
ComEventSink
Advise<T>(object obj, T sink) where T : class
Utilities\VsCodeWindowViewTracker.cs (2)
34
private readonly
ComEventSink
_codeWindowEventsSink;
47
_codeWindowEventsSink =
ComEventSink
.Advise<IVsCodeWindowEvents>(codeWindow, this);