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