1 write to Wrapper
Microsoft.CodeAnalysis.Features (1)
Wrapping\AbstractCodeActionComputer.cs (1)
71Wrapper = service;
15 references to Wrapper
Microsoft.CodeAnalysis.Features (15)
Wrapping\AbstractCodeActionComputer.cs (1)
100var indentationService = Wrapper.IndentationService;
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (14)
158var parentTitle = Wrapper.Unwrap_list; 163if (this.Wrapper.Supports_UnwrapGroup_WrapFirst_IndentRest) 179? Wrapper.Unwrap_and_indent_all_items 180: Wrapper.Unwrap_all_items; 213var parentTitle = Wrapper.Wrap_long_list; 216if (this.Wrapper.Supports_WrapLongGroup_UnwrapFirst) 232if (this.Wrapper.Supports_WrapLongGroup_UnwrapFirst) 318if (this.Wrapper.ShouldMoveCloseBraceToNewLine) 336var parentTitle = Wrapper.Wrap_every_item; 340if (this.Wrapper.Supports_WrapEveryGroup_UnwrapFirst) 358if (this.Wrapper.Supports_WrapEveryGroup_UnwrapFirst) 387WrappingStyle.WrapFirst_IndentRest => Wrapper.Indent_all_items, 388WrappingStyle.UnwrapFirst_AlignRest => Wrapper.Align_wrapped_items, 389WrappingStyle.UnwrapFirst_IndentRest => Wrapper.Indent_wrapped_items,