4 overrides of Supports_UnwrapGroup_WrapFirst_IndentRest
Microsoft.CodeAnalysis.CSharp.Features (4)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
28
public override bool
Supports_UnwrapGroup_WrapFirst_IndentRest
=> true;
Wrapping\SeparatedSyntaxList\CSharpCollectionExpressionWrapper.cs (1)
19
public override bool
Supports_UnwrapGroup_WrapFirst_IndentRest
=> false;
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
19
public override bool
Supports_UnwrapGroup_WrapFirst_IndentRest
=> false;
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
27
public override bool
Supports_UnwrapGroup_WrapFirst_IndentRest
=> true;
1 reference to Supports_UnwrapGroup_WrapFirst_IndentRest
Microsoft.CodeAnalysis.Features (1)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
165
if (this.Wrapper.
Supports_UnwrapGroup_WrapFirst_IndentRest
)