4 overrides of Supports_WrapEveryGroup_UnwrapFirst
Microsoft.CodeAnalysis.CSharp.Features (4)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
29
public override bool
Supports_WrapEveryGroup_UnwrapFirst
=> true;
Wrapping\SeparatedSyntaxList\CSharpCollectionExpressionWrapper.cs (1)
20
public override bool
Supports_WrapEveryGroup_UnwrapFirst
=> false;
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
20
public override bool
Supports_WrapEveryGroup_UnwrapFirst
=> false;
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
28
public override bool
Supports_WrapEveryGroup_UnwrapFirst
=> true;
2 references to Supports_WrapEveryGroup_UnwrapFirst
Microsoft.CodeAnalysis.Features (2)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (2)
370
if (this.Wrapper.
Supports_WrapEveryGroup_UnwrapFirst
)
388
if (this.Wrapper.
Supports_WrapEveryGroup_UnwrapFirst
)