4 overrides of Align_wrapped_items
Microsoft.CodeAnalysis.CSharp.Features (4)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
19protected override string Align_wrapped_items => FeaturesResources.Align_wrapped_arguments;
Wrapping\SeparatedSyntaxList\CSharpCollectionExpressionWrapper.cs (1)
25protected override string Align_wrapped_items => throw ExceptionUtilities.Unreachable();
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
25protected override string Align_wrapped_items => throw ExceptionUtilities.Unreachable();
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
18protected override string Align_wrapped_items => FeaturesResources.Align_wrapped_parameters;
1 reference to Align_wrapped_items
Microsoft.CodeAnalysis.Features (1)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
418WrappingStyle.UnwrapFirst_AlignRest => Wrapper.Align_wrapped_items,