4 overrides of Indent_wrapped_items
Microsoft.CodeAnalysis.CSharp.Features (4)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
21
protected override string
Indent_wrapped_items
=> FeaturesResources.Indent_wrapped_arguments;
Wrapping\SeparatedSyntaxList\CSharpCollectionExpressionWrapper.cs (1)
26
protected override string
Indent_wrapped_items
=> throw ExceptionUtilities.Unreachable();
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
26
protected override string
Indent_wrapped_items
=> throw ExceptionUtilities.Unreachable();
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
20
protected override string
Indent_wrapped_items
=> FeaturesResources.Indent_wrapped_parameters;
1 reference to Indent_wrapped_items
Microsoft.CodeAnalysis.Features (1)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
419
WrappingStyle.UnwrapFirst_IndentRest => Wrapper.
Indent_wrapped_items
,