1 write to _listener
Microsoft.CodeAnalysis.EditorFeatures (1)
GoToDefinition\AbstractGoToCommandHandler`2.cs (1)
76_listener = listener;
1 reference to _listener
Microsoft.CodeAnalysis.EditorFeatures (1)
GoToDefinition\AbstractGoToCommandHandler`2.cs (1)
133using var token = _listener.BeginAsyncOperation($"{GetType().Name}.{nameof(ExecuteCommandAsync)}");