3 overrides of ComputeWrappingGroupsAsync
Microsoft.CodeAnalysis.Features (3)
Wrapping\BinaryExpression\BinaryExpressionCodeActionComputer.cs (1)
69protected override async Task<ImmutableArray<WrappingGroup>> ComputeWrappingGroupsAsync(CancellationToken cancellationToken)
Wrapping\ChainedExpression\ChainedExpressionCodeActionComputer.cs (1)
93protected override async Task<ImmutableArray<WrappingGroup>> ComputeWrappingGroupsAsync(CancellationToken cancellationToken)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
138protected override async Task<ImmutableArray<WrappingGroup>> ComputeWrappingGroupsAsync(CancellationToken cancellationToken)
1 reference to ComputeWrappingGroupsAsync
Microsoft.CodeAnalysis.Features (1)
Wrapping\AbstractCodeActionComputer.cs (1)
275var wrappingGroups = await ComputeWrappingGroupsAsync(cancellationToken).ConfigureAwait(false);