1 override of ComputeOperationsAsync
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.CodeAction.cs (1)
172
protected override async Task<IEnumerable<CodeActionOperation>>
ComputeOperationsAsync
(
2 references to ComputeOperationsAsync
Microsoft.CodeAnalysis.Workspaces (2)
CodeActions\CodeActionWithOptions.cs (2)
16
/// cref="ComputeOperationsAsync(object, CancellationToken)"/> or <see cref="
ComputeOperationsAsync
(object,
43
var operations = await this.
ComputeOperationsAsync
(options, progress, cancellationToken).ConfigureAwait(false);