8 references to WrapFirst_IndentRest
Microsoft.CodeAnalysis.Features (8)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (8)
98result.Add(wrappingStyle == WrappingStyle.WrapFirst_IndentRest 172parentTitle, WrappingStyle.WrapFirst_IndentRest, cancellationToken).ConfigureAwait(false)); 181parentTitle, WrappingStyle.WrapFirst_IndentRest, wrappingColumn: int.MaxValue, cancellationToken).ConfigureAwait(false); 195var title = wrappingStyle == WrappingStyle.WrapFirst_IndentRest 250parentTitle, WrappingStyle.WrapFirst_IndentRest, wrappingColumn, cancellationToken).ConfigureAwait(false)); 304var currentOffset = wrappingStyle == WrappingStyle.WrapFirst_IndentRest 386parentTitle, WrappingStyle.WrapFirst_IndentRest, cancellationToken).ConfigureAwait(false)); 417WrappingStyle.WrapFirst_IndentRest => Wrapper.Indent_all_items,