2 overrides of InnerInvokeAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
Suggestions\SuggestedActions\EditorSuggestedActionForRefactorOrFixAll.cs (1)
49
protected override async Task
InnerInvokeAsync
(
Suggestions\SuggestedActions\EditorSuggestedActionWithNestedActions.cs (1)
40
protected sealed override Task
InnerInvokeAsync
(IProgress<CodeAnalysisProgress> progress, CancellationToken cancellationToken)
2 references to InnerInvokeAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
Suggestions\SuggestedActions\EditorSuggestedAction.cs (1)
110
await this.
InnerInvokeAsync
(scope.GetCodeAnalysisProgress(), context.UserCancellationToken).ConfigureAwait(false);
Suggestions\SuggestedActions\EditorSuggestedActionForRefactorOrFixAll.cs (1)
64
await base.
InnerInvokeAsync
(progress, cancellationToken).ConfigureAwait(false);