4 overrides of Unwrap_all_items
Microsoft.CodeAnalysis.CSharp.Features (4)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
22protected override string Unwrap_all_items => FeaturesResources.Unwrap_all_arguments;
Wrapping\SeparatedSyntaxList\CSharpCollectionExpressionWrapper.cs (1)
14protected override string Unwrap_all_items => FeaturesResources.Unwrap_all_elements;
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
14protected override string Unwrap_all_items => FeaturesResources.Unwrap_all_elements;
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
21protected override string Unwrap_all_items => FeaturesResources.Unwrap_all_parameters;
1 reference to Unwrap_all_items
Microsoft.CodeAnalysis.Features (1)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
197: Wrapper.Unwrap_all_items;