6 overrides of Indent_wrapped_items
Microsoft.CodeAnalysis.CSharp.Features (3)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
22protected override string Indent_wrapped_items => FeaturesResources.Indent_wrapped_arguments;
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
27protected override string Indent_wrapped_items => throw ExceptionUtilities.Unreachable();
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
21protected override string Indent_wrapped_items => FeaturesResources.Indent_wrapped_parameters;
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Wrapping\SeparatedSyntaxList\VisualBasicArgumentWrapper.vb (1)
15Protected Overrides ReadOnly Property Indent_wrapped_items As String = FeaturesResources.Indent_wrapped_arguments
Wrapping\SeparatedSyntaxList\VisualBasicCollectionCreationExpressionWrapper.vb (1)
29Protected Overrides ReadOnly Property Indent_wrapped_items As String
Wrapping\SeparatedSyntaxList\VisualBasicParameterWrapper.vb (1)
16Protected Overrides ReadOnly Property Indent_wrapped_items As String = FeaturesResources.Indent_wrapped_parameters
1 reference to Indent_wrapped_items
Microsoft.CodeAnalysis.Features (1)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
389WrappingStyle.UnwrapFirst_IndentRest => Wrapper.Indent_wrapped_items,