1 instantiation of ComEventSink
Microsoft.VisualStudio.LanguageServices (1)
Utilities\ComEventSink.cs (1)
34
return new
ComEventSink
(connectionPoint, cookie);
6 references to ComEventSink
Microsoft.VisualStudio.LanguageServices (6)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (2)
38
private readonly
ComEventSink
_sink;
53
_sink =
ComEventSink
.Advise<IVsCodeWindowEvents>(codeWindow, this);
Snippets\AbstractSnippetInfoService.cs (1)
67
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)
33
private readonly
ComEventSink
_codeWindowEventsSink;
48
_codeWindowEventsSink =
ComEventSink
.Advise<IVsCodeWindowEvents>(codeWindow, this);