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