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