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