1 implementation of GetCodeActions
Microsoft.CodeAnalysis.Features (1)
ImplementInterface\AbstractImplementInterfaceService.cs (1)
63
public ImmutableArray<CodeAction>
GetCodeActions
(Document document, ImplementTypeGenerationOptions options, SemanticModel model, SyntaxNode node, CancellationToken cancellationToken)
2 references to GetCodeActions
Microsoft.CodeAnalysis.CSharp.Features (1)
ImplementInterface\CSharpImplementInterfaceCodeFixProvider.cs (1)
58
.Select(n => service.
GetCodeActions
(document, context.Options.GetImplementTypeGenerationOptions(document.Project.Services), model, n, cancellationToken))
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ImplementInterface\VisualBasicImplementInterfaceCodeFixProvider.vb (1)
63
Dim actions = service.
GetCodeActions
(