1 implementation of TryCreateComputerAsync
Microsoft.CodeAnalysis.Features (1)
Wrapping\AbstractWrapper.cs (1)
34
public abstract Task<ICodeActionComputer?>
TryCreateComputerAsync
(
1 reference to TryCreateComputerAsync
Microsoft.CodeAnalysis.Features (1)
Wrapping\AbstractWrappingCodeRefactoringProvider.cs (1)
58
var computer = await wrapper.
TryCreateComputerAsync
(