4 overrides of Indent_all_items
Microsoft.CodeAnalysis.CSharp.Features (4)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
20protected override string Indent_all_items => FeaturesResources.Indent_all_arguments;
Wrapping\SeparatedSyntaxList\CSharpCollectionExpressionWrapper.cs (1)
13protected override string Indent_all_items => FeaturesResources.Indent_all_elements;
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
13protected override string Indent_all_items => FeaturesResources.Indent_all_elements;
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
19protected override string Indent_all_items => FeaturesResources.Indent_all_parameters;
1 reference to Indent_all_items
Microsoft.CodeAnalysis.Features (1)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
417WrappingStyle.WrapFirst_IndentRest => Wrapper.Indent_all_items,