7 references to Wrapping
Microsoft.CodeAnalysis.Features (7)
Wrapping\BinaryExpression\BinaryExpressionCodeActionComputer.cs (2)
79
=> await TryCreateCodeActionAsync(await GetWrapEditsAsync(align, cancellationToken).ConfigureAwait(false), FeaturesResources.
Wrapping
,
84
=> TryCreateCodeActionAsync(GetUnwrapEdits(), FeaturesResources.
Wrapping
, FeaturesResources.Unwrap_expression, cancellationToken);
Wrapping\ChainedExpression\ChainedExpressionCodeActionComputer.cs (5)
110
FeaturesResources.
Wrapping
, FeaturesResources.Wrap_call_chain, cancellationToken).ConfigureAwait(false));
113
FeaturesResources.
Wrapping
, FeaturesResources.Wrap_and_align_call_chain, cancellationToken).ConfigureAwait(false));
117
=> actions.Add(await TryCreateCodeActionAsync(GetUnwrapEdits(), FeaturesResources.
Wrapping
, FeaturesResources.Unwrap_call_chain, cancellationToken).ConfigureAwait(false));
123
FeaturesResources.
Wrapping
, FeaturesResources.Wrap_long_call_chain, cancellationToken).ConfigureAwait(false));
126
FeaturesResources.
Wrapping
, FeaturesResources.Wrap_and_align_long_call_chain, cancellationToken).ConfigureAwait(false));