1 write to _inProgressCommand
Microsoft.CodeAnalysis.EditorFeatures (1)
GoToDefinition\AbstractGoToCommandHandler`2.cs (1)
117
_inProgressCommand
= ExecuteCommandAsync(document, caret.Value.Position, _cancellationTokenSource);
2 references to _inProgressCommand
Microsoft.CodeAnalysis.EditorFeatures (2)
GoToDefinition\AbstractGoToCommandHandler`2.cs (2)
48
/// CancellationToken governing the current <see cref="
_inProgressCommand
"/>. Only valid to read or write to this
142
await
_inProgressCommand
.NoThrowAwaitable(captureContext: false);