6 overrides of Supports_UnwrapGroup_WrapFirst_IndentRest
Microsoft.CodeAnalysis.CSharp.Features (3)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
29
public override bool
Supports_UnwrapGroup_WrapFirst_IndentRest
=> true;
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
20
public override bool
Supports_UnwrapGroup_WrapFirst_IndentRest
=> false;
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
28
public override bool
Supports_UnwrapGroup_WrapFirst_IndentRest
=> true;
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Wrapping\SeparatedSyntaxList\VisualBasicArgumentWrapper.vb (1)
22
Public Overrides ReadOnly Property
Supports_UnwrapGroup_WrapFirst_IndentRest
As Boolean = True
Wrapping\SeparatedSyntaxList\VisualBasicCollectionCreationExpressionWrapper.vb (1)
17
Public Overrides ReadOnly Property
Supports_UnwrapGroup_WrapFirst_IndentRest
As Boolean = False
Wrapping\SeparatedSyntaxList\VisualBasicParameterWrapper.vb (1)
23
Public Overrides ReadOnly Property
Supports_UnwrapGroup_WrapFirst_IndentRest
As Boolean = True
1 reference to Supports_UnwrapGroup_WrapFirst_IndentRest
Microsoft.CodeAnalysis.Features (1)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
163
if (this.Wrapper.
Supports_UnwrapGroup_WrapFirst_IndentRest
)