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