4 overrides of Supports_WrapLongGroup_UnwrapFirst
Microsoft.CodeAnalysis.CSharp.Features (4)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
30
public override bool
Supports_WrapLongGroup_UnwrapFirst
=> true;
Wrapping\SeparatedSyntaxList\CSharpCollectionExpressionWrapper.cs (1)
21
public override bool
Supports_WrapLongGroup_UnwrapFirst
=> false;
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
21
public override bool
Supports_WrapLongGroup_UnwrapFirst
=> false;
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
29
public override bool
Supports_WrapLongGroup_UnwrapFirst
=> true;
2 references to Supports_WrapLongGroup_UnwrapFirst
Microsoft.CodeAnalysis.Features (2)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (2)
236
if (this.Wrapper.
Supports_WrapLongGroup_UnwrapFirst
)
252
if (this.Wrapper.
Supports_WrapLongGroup_UnwrapFirst
)