7 references to WrapFirst_IndentRest
Microsoft.CodeAnalysis.Features (7)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (7)
99result.Add(wrappingStyle == WrappingStyle.WrapFirst_IndentRest 167unwrapActions.AddIfNotNull(await GetUnwrapAllCodeActionAsync(parentTitle, WrappingStyle.WrapFirst_IndentRest).ConfigureAwait(false)); 178var title = wrappingStyle == WrappingStyle.WrapFirst_IndentRest 230parentTitle, WrappingStyle.WrapFirst_IndentRest).ConfigureAwait(false)); 277var currentOffset = wrappingStyle == WrappingStyle.WrapFirst_IndentRest 356parentTitle, WrappingStyle.WrapFirst_IndentRest).ConfigureAwait(false)); 387WrappingStyle.WrapFirst_IndentRest => Wrapper.Indent_all_items,