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)
158var parentTitle = Wrapper.Unwrap_list; 165if (this.Wrapper.Supports_UnwrapGroup_WrapFirst_IndentRest) 196? Wrapper.Unwrap_and_indent_all_items 197: Wrapper.Unwrap_all_items; 231var parentTitle = Wrapper.Wrap_long_list; 236if (this.Wrapper.Supports_WrapLongGroup_UnwrapFirst) 252if (this.Wrapper.Supports_WrapLongGroup_UnwrapFirst) 345if (this.Wrapper.ShouldMoveCloseBraceToNewLine) 366var parentTitle = Wrapper.Wrap_every_item; 370if (this.Wrapper.Supports_WrapEveryGroup_UnwrapFirst) 388if (this.Wrapper.Supports_WrapEveryGroup_UnwrapFirst) 417WrappingStyle.WrapFirst_IndentRest => Wrapper.Indent_all_items, 418WrappingStyle.UnwrapFirst_AlignRest => Wrapper.Align_wrapped_items, 419WrappingStyle.UnwrapFirst_IndentRest => Wrapper.Indent_wrapped_items,