10 references to TryCreateCodeActionAsync
Microsoft.CodeAnalysis.Features (10)
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)
108actions.Add(await TryCreateCodeActionAsync( 111actions.Add(await TryCreateCodeActionAsync( 117=> actions.Add(await TryCreateCodeActionAsync(GetUnwrapEdits(), FeaturesResources.Wrapping, FeaturesResources.Unwrap_call_chain, cancellationToken).ConfigureAwait(false)); 121actions.Add(await TryCreateCodeActionAsync( 124actions.Add(await TryCreateCodeActionAsync(
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (3)
200return await TryCreateCodeActionAsync(edits, parentTitle, title, cancellationToken).ConfigureAwait(false); 286return await TryCreateCodeActionAsync(edits, parentTitle, title, cancellationToken).ConfigureAwait(false); 412return await TryCreateCodeActionAsync(edits, parentTitle, title, cancellationToken).ConfigureAwait(false);