4 overrides of Unwrap_and_indent_all_items
Microsoft.CodeAnalysis.CSharp.Features (4)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
23protected override string Unwrap_and_indent_all_items => FeaturesResources.Unwrap_and_indent_all_arguments;
Wrapping\SeparatedSyntaxList\CSharpCollectionExpressionWrapper.cs (1)
27protected override string Unwrap_and_indent_all_items => throw ExceptionUtilities.Unreachable();
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
27protected override string Unwrap_and_indent_all_items => throw ExceptionUtilities.Unreachable();
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
22protected override string Unwrap_and_indent_all_items => FeaturesResources.Unwrap_and_indent_all_parameters;
1 reference to Unwrap_and_indent_all_items
Microsoft.CodeAnalysis.Features (1)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
196? Wrapper.Unwrap_and_indent_all_items