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