6 overrides of Supports_WrapLongGroup_UnwrapFirst
Microsoft.CodeAnalysis.CSharp.Features (3)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
31
public override bool
Supports_WrapLongGroup_UnwrapFirst
=> true;
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
22
public override bool
Supports_WrapLongGroup_UnwrapFirst
=> false;
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
30
public override bool
Supports_WrapLongGroup_UnwrapFirst
=> true;
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Wrapping\SeparatedSyntaxList\VisualBasicArgumentWrapper.vb (1)
24
Public Overrides ReadOnly Property
Supports_WrapLongGroup_UnwrapFirst
As Boolean = True
Wrapping\SeparatedSyntaxList\VisualBasicCollectionCreationExpressionWrapper.vb (1)
19
Public Overrides ReadOnly Property
Supports_WrapLongGroup_UnwrapFirst
As Boolean = False
Wrapping\SeparatedSyntaxList\VisualBasicParameterWrapper.vb (1)
25
Public Overrides ReadOnly Property
Supports_WrapLongGroup_UnwrapFirst
As Boolean = True
2 references to Supports_WrapLongGroup_UnwrapFirst
Microsoft.CodeAnalysis.Features (2)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (2)
216
if (this.Wrapper.
Supports_WrapLongGroup_UnwrapFirst
)
232
if (this.Wrapper.
Supports_WrapLongGroup_UnwrapFirst
)