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)
133
using var token =
_listener
.BeginAsyncOperation($"{GetType().Name}.{nameof(ExecuteCommandAsync)}");