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