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