6 overrides of Unwrap_and_indent_all_items
Microsoft.CodeAnalysis.CSharp.Features (3)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
24
protected override string
Unwrap_and_indent_all_items
=> FeaturesResources.Unwrap_and_indent_all_arguments;
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
28
protected override string
Unwrap_and_indent_all_items
=> throw ExceptionUtilities.Unreachable();
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
23
protected override string
Unwrap_and_indent_all_items
=> FeaturesResources.Unwrap_and_indent_all_parameters;
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Wrapping\SeparatedSyntaxList\VisualBasicArgumentWrapper.vb (1)
17
Protected Overrides ReadOnly Property
Unwrap_and_indent_all_items
As String = FeaturesResources.Unwrap_and_indent_all_arguments
Wrapping\SeparatedSyntaxList\VisualBasicCollectionCreationExpressionWrapper.vb (1)
35
Protected Overrides ReadOnly Property
Unwrap_and_indent_all_items
As String
Wrapping\SeparatedSyntaxList\VisualBasicParameterWrapper.vb (1)
18
Protected Overrides ReadOnly Property
Unwrap_and_indent_all_items
As String = FeaturesResources.Unwrap_and_indent_all_parameters
1 reference to Unwrap_and_indent_all_items
Microsoft.CodeAnalysis.Features (1)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
179
? Wrapper.
Unwrap_and_indent_all_items