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