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