1 implementation of ICodeActionComputer
Microsoft.CodeAnalysis.Features (1)
Wrapping\AbstractCodeActionComputer.cs (1)
38
protected abstract class AbstractCodeActionComputer<TWrapper> :
ICodeActionComputer
7 references to ICodeActionComputer
Microsoft.CodeAnalysis.Features (7)
Wrapping\AbstractWrapper.cs (1)
35
public abstract Task<
ICodeActionComputer
?> TryCreateComputerAsync(
Wrapping\AbstractWrappingCodeRefactoringProvider.cs (1)
61
var
computer = await wrapper.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)
26
/// Returns the <see cref="
ICodeActionComputer
"/> that produces wrapping code actions for the
29
Task<
ICodeActionComputer
> TryCreateComputerAsync(
Wrapping\SeparatedSyntaxList\AbstractSeparatedSyntaxListWrapper.cs (1)
52
public override async Task<
ICodeActionComputer
?> TryCreateComputerAsync(