6 overrides of Align_wrapped_items
Microsoft.CodeAnalysis.CSharp.Features (3)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
20
protected override string
Align_wrapped_items
=> FeaturesResources.Align_wrapped_arguments;
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
26
protected override string
Align_wrapped_items
=> throw ExceptionUtilities.Unreachable();
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
19
protected override string
Align_wrapped_items
=> FeaturesResources.Align_wrapped_parameters;
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Wrapping\SeparatedSyntaxList\VisualBasicArgumentWrapper.vb (1)
13
Protected Overrides ReadOnly Property
Align_wrapped_items
As String = FeaturesResources.Align_wrapped_arguments
Wrapping\SeparatedSyntaxList\VisualBasicCollectionCreationExpressionWrapper.vb (1)
23
Protected Overrides ReadOnly Property
Align_wrapped_items
As String
Wrapping\SeparatedSyntaxList\VisualBasicParameterWrapper.vb (1)
14
Protected Overrides ReadOnly Property
Align_wrapped_items
As String = FeaturesResources.Align_wrapped_parameters
1 reference to Align_wrapped_items
Microsoft.CodeAnalysis.Features (1)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
388
WrappingStyle.UnwrapFirst_AlignRest => Wrapper.
Align_wrapped_items
,