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