1 implementation of ICodeActionComputer
Microsoft.CodeAnalysis.Features (1)
Wrapping\AbstractCodeActionComputer.cs (1)
38protected abstract class AbstractCodeActionComputer<TWrapper> : ICodeActionComputer
6 references to ICodeActionComputer
Microsoft.CodeAnalysis.Features (6)
Wrapping\AbstractWrapper.cs (1)
34public abstract Task<ICodeActionComputer?> TryCreateComputerAsync(
Wrapping\BinaryExpression\AbstractBinaryExpressionWrapper.cs (1)
43public sealed override async Task<ICodeActionComputer?> TryCreateComputerAsync(
Wrapping\ChainedExpression\AbstractChainedExpressionWrapper.cs (1)
73public sealed override async Task<ICodeActionComputer?> TryCreateComputerAsync(
Wrapping\ISyntaxWrapper.cs (2)
25/// Returns the <see cref="ICodeActionComputer"/> that produces wrapping code actions for the 28Task<ICodeActionComputer> TryCreateComputerAsync(
Wrapping\SeparatedSyntaxList\AbstractSeparatedSyntaxListWrapper.cs (1)
52public override async Task<ICodeActionComputer?> TryCreateComputerAsync(