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