2 references to GetUnwrapAllCodeActionAsync
Microsoft.CodeAnalysis.Features (2)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (2)
161
unwrapActions.AddIfNotNull(await
GetUnwrapAllCodeActionAsync
(parentTitle, WrappingStyle.UnwrapFirst_IndentRest).ConfigureAwait(false));
167
unwrapActions.AddIfNotNull(await
GetUnwrapAllCodeActionAsync
(parentTitle, WrappingStyle.WrapFirst_IndentRest).ConfigureAwait(false));