1 write to Wrapper
Microsoft.CodeAnalysis.Features (1)
Wrapping\AbstractCodeActionComputer.cs (1)
69Wrapper = service;
15 references to Wrapper
Microsoft.CodeAnalysis.Features (15)
Wrapping\AbstractCodeActionComputer.cs (1)
97var indentationService = Wrapper.IndentationService;
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (14)
159var parentTitle = Wrapper.Unwrap_list; 166if (this.Wrapper.Supports_UnwrapGroup_WrapFirst_IndentRest) 197? Wrapper.Unwrap_and_indent_all_items 198: Wrapper.Unwrap_all_items; 232var parentTitle = Wrapper.Wrap_long_list; 237if (this.Wrapper.Supports_WrapLongGroup_UnwrapFirst) 253if (this.Wrapper.Supports_WrapLongGroup_UnwrapFirst) 346if (this.Wrapper.ShouldMoveCloseBraceToNewLine) 367var parentTitle = Wrapper.Wrap_every_item; 371if (this.Wrapper.Supports_WrapEveryGroup_UnwrapFirst) 389if (this.Wrapper.Supports_WrapEveryGroup_UnwrapFirst) 418WrappingStyle.WrapFirst_IndentRest => Wrapper.Indent_all_items, 419WrappingStyle.UnwrapFirst_AlignRest => Wrapper.Align_wrapped_items, 420WrappingStyle.UnwrapFirst_IndentRest => Wrapper.Indent_wrapped_items,