4 overrides of Unwrap_list
Microsoft.CodeAnalysis.CSharp.Features (4)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
24protected override string Unwrap_list => FeaturesResources.Unwrap_argument_list;
Wrapping\SeparatedSyntaxList\CSharpCollectionExpressionWrapper.cs (1)
15protected override string Unwrap_list => FeaturesResources.Unwrap_collection;
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
15protected override string Unwrap_list => FeaturesResources.Unwrap_initializer;
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
23protected override string Unwrap_list => FeaturesResources.Unwrap_parameter_list;
1 reference to Unwrap_list
Microsoft.CodeAnalysis.Features (1)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
158var parentTitle = Wrapper.Unwrap_list;