2 overrides of InnerInvokeAsync
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
AbstractFixAllSuggestedAction.cs (1)
57
protected override async Task
InnerInvokeAsync
(
SuggestedActionWithNestedActions.cs (1)
61
protected override Task
InnerInvokeAsync
(IProgressTracker progressTracker, CancellationToken cancellationToken)
2 references to InnerInvokeAsync
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
AbstractFixAllSuggestedAction.cs (1)
72
await base.
InnerInvokeAsync
(progressTracker, cancellationToken).ConfigureAwait(false);
SuggestedAction.cs (1)
119
await this.
InnerInvokeAsync
(new UIThreadOperationContextProgressTracker(scope), context.UserCancellationToken).ConfigureAwait(false);