6 overrides of Supports_UnwrapGroup_WrapFirst_IndentRest
Microsoft.CodeAnalysis.CSharp.Features (3)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
29public override bool Supports_UnwrapGroup_WrapFirst_IndentRest => true;
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
20public override bool Supports_UnwrapGroup_WrapFirst_IndentRest => false;
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
28public override bool Supports_UnwrapGroup_WrapFirst_IndentRest => true;
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Wrapping\SeparatedSyntaxList\VisualBasicArgumentWrapper.vb (1)
22Public Overrides ReadOnly Property Supports_UnwrapGroup_WrapFirst_IndentRest As Boolean = True
Wrapping\SeparatedSyntaxList\VisualBasicCollectionCreationExpressionWrapper.vb (1)
17Public Overrides ReadOnly Property Supports_UnwrapGroup_WrapFirst_IndentRest As Boolean = False
Wrapping\SeparatedSyntaxList\VisualBasicParameterWrapper.vb (1)
23Public Overrides ReadOnly Property Supports_UnwrapGroup_WrapFirst_IndentRest As Boolean = True
1 reference to Supports_UnwrapGroup_WrapFirst_IndentRest
Microsoft.CodeAnalysis.Features (1)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
163if (this.Wrapper.Supports_UnwrapGroup_WrapFirst_IndentRest)