6 overrides of Unwrap_all_items
Microsoft.CodeAnalysis.CSharp.Features (3)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
23protected override string Unwrap_all_items => FeaturesResources.Unwrap_all_arguments;
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
15protected override string Unwrap_all_items => FeaturesResources.Unwrap_all_elements;
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
22protected override string Unwrap_all_items => FeaturesResources.Unwrap_all_parameters;
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Wrapping\SeparatedSyntaxList\VisualBasicArgumentWrapper.vb (1)
16Protected Overrides ReadOnly Property Unwrap_all_items As String = FeaturesResources.Unwrap_all_arguments
Wrapping\SeparatedSyntaxList\VisualBasicCollectionCreationExpressionWrapper.vb (1)
12Protected Overrides ReadOnly Property Unwrap_all_items As String = FeaturesResources.Unwrap_all_elements
Wrapping\SeparatedSyntaxList\VisualBasicParameterWrapper.vb (1)
17Protected 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;