6 overrides of Unwrap_all_items
Microsoft.CodeAnalysis.CSharp.Features (3)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
23
protected override string
Unwrap_all_items
=> FeaturesResources.Unwrap_all_arguments;
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
15
protected override string
Unwrap_all_items
=> FeaturesResources.Unwrap_all_elements;
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
22
protected override string
Unwrap_all_items
=> FeaturesResources.Unwrap_all_parameters;
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Wrapping\SeparatedSyntaxList\VisualBasicArgumentWrapper.vb (1)
16
Protected Overrides ReadOnly Property
Unwrap_all_items
As String = FeaturesResources.Unwrap_all_arguments
Wrapping\SeparatedSyntaxList\VisualBasicCollectionCreationExpressionWrapper.vb (1)
12
Protected Overrides ReadOnly Property
Unwrap_all_items
As String = FeaturesResources.Unwrap_all_elements
Wrapping\SeparatedSyntaxList\VisualBasicParameterWrapper.vb (1)
17
Protected Overrides ReadOnly Property
Unwrap_all_items
As String = FeaturesResources.Unwrap_all_parameters
1 reference to Unwrap_all_items
Microsoft.CodeAnalysis.Features (1)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
180
: Wrapper.
Unwrap_all_items
;