4 overrides of Supports_UnwrapGroup_WrapFirst_IndentRest
Microsoft.CodeAnalysis.CSharp.Features (4)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
28public override bool Supports_UnwrapGroup_WrapFirst_IndentRest => true;
Wrapping\SeparatedSyntaxList\CSharpCollectionExpressionWrapper.cs (1)
19public override bool Supports_UnwrapGroup_WrapFirst_IndentRest => false;
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
19public override bool Supports_UnwrapGroup_WrapFirst_IndentRest => false;
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
27public override bool Supports_UnwrapGroup_WrapFirst_IndentRest => true;
1 reference to Supports_UnwrapGroup_WrapFirst_IndentRest
Microsoft.CodeAnalysis.Features (1)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
165if (this.Wrapper.Supports_UnwrapGroup_WrapFirst_IndentRest)