6 overrides of Supports_WrapEveryGroup_UnwrapFirst
Microsoft.CodeAnalysis.CSharp.Features (3)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
30public override bool Supports_WrapEveryGroup_UnwrapFirst => true;
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
21public override bool Supports_WrapEveryGroup_UnwrapFirst => false;
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
29public override bool Supports_WrapEveryGroup_UnwrapFirst => true;
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Wrapping\SeparatedSyntaxList\VisualBasicArgumentWrapper.vb (1)
23Public Overrides ReadOnly Property Supports_WrapEveryGroup_UnwrapFirst As Boolean = True
Wrapping\SeparatedSyntaxList\VisualBasicCollectionCreationExpressionWrapper.vb (1)
18Public Overrides ReadOnly Property Supports_WrapEveryGroup_UnwrapFirst As Boolean = False
Wrapping\SeparatedSyntaxList\VisualBasicParameterWrapper.vb (1)
24Public Overrides ReadOnly Property Supports_WrapEveryGroup_UnwrapFirst As Boolean = True
2 references to Supports_WrapEveryGroup_UnwrapFirst
Microsoft.CodeAnalysis.Features (2)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (2)
340if (this.Wrapper.Supports_WrapEveryGroup_UnwrapFirst) 358if (this.Wrapper.Supports_WrapEveryGroup_UnwrapFirst)