1 write to _listener
Microsoft.VisualStudio.LanguageServices (1)
ValueTracking\ValueTrackingCommandHandler.cs (1)
72
_listener
= listenerProvider.GetListener(FeatureAttribute.ValueTracking);
3 references to _listener
Microsoft.VisualStudio.LanguageServices (3)
ValueTracking\ValueTrackingCommandHandler.cs (3)
137
solution, child, children: ImmutableArray<TreeItemViewModel>.Empty, toolWindow.ViewModel, _glyphService, valueTrackingService, _globalOptions, _threadingContext,
_listener
, _threadOperationExecutor, cancellationToken).ConfigureAwait(false);
147
solution, child, children: ImmutableArray<TreeItemViewModel>.Empty, toolWindow.ViewModel, _glyphService, valueTrackingService, _globalOptions, _threadingContext,
_listener
, _threadOperationExecutor, cancellationToken).ConfigureAwait(false);
152
solution, parent, childItems.ToImmutable(), toolWindow.ViewModel, _glyphService, valueTrackingService, _globalOptions, _threadingContext,
_listener
, _threadOperationExecutor, cancellationToken).ConfigureAwait(false);