8 references to WrapFirst_IndentRest
Microsoft.CodeAnalysis.Features (8)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (8)
99result.Add(wrappingStyle == WrappingStyle.WrapFirst_IndentRest
173parentTitle, WrappingStyle.WrapFirst_IndentRest, cancellationToken).ConfigureAwait(false));
182parentTitle, WrappingStyle.WrapFirst_IndentRest, wrappingColumn: int.MaxValue, cancellationToken).ConfigureAwait(false);
196var title = wrappingStyle == WrappingStyle.WrapFirst_IndentRest
251parentTitle, WrappingStyle.WrapFirst_IndentRest, wrappingColumn, cancellationToken).ConfigureAwait(false));
305var currentOffset = wrappingStyle == WrappingStyle.WrapFirst_IndentRest
387parentTitle, WrappingStyle.WrapFirst_IndentRest, cancellationToken).ConfigureAwait(false));
418WrappingStyle.WrapFirst_IndentRest => Wrapper.Indent_all_items,