6 overrides of Supports_WrapEveryGroup_UnwrapFirst
Microsoft.CodeAnalysis.CSharp.Features (3)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
30
public override bool
Supports_WrapEveryGroup_UnwrapFirst
=> true;
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
21
public override bool
Supports_WrapEveryGroup_UnwrapFirst
=> false;
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
29
public override bool
Supports_WrapEveryGroup_UnwrapFirst
=> true;
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Wrapping\SeparatedSyntaxList\VisualBasicArgumentWrapper.vb (1)
23
Public Overrides ReadOnly Property
Supports_WrapEveryGroup_UnwrapFirst
As Boolean = True
Wrapping\SeparatedSyntaxList\VisualBasicCollectionCreationExpressionWrapper.vb (1)
18
Public Overrides ReadOnly Property
Supports_WrapEveryGroup_UnwrapFirst
As Boolean = False
Wrapping\SeparatedSyntaxList\VisualBasicParameterWrapper.vb (1)
24
Public Overrides ReadOnly Property
Supports_WrapEveryGroup_UnwrapFirst
As Boolean = True
2 references to Supports_WrapEveryGroup_UnwrapFirst
Microsoft.CodeAnalysis.Features (2)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (2)
340
if (this.Wrapper.
Supports_WrapEveryGroup_UnwrapFirst
)
358
if (this.Wrapper.
Supports_WrapEveryGroup_UnwrapFirst
)