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