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