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