2 overrides of GetRefactoringAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeRefactorings\EnableNullable\EnableNullableCodeRefactoringProvider.FixAllProvider.cs (1)
33
public override Task<CodeAction?>
GetRefactoringAsync
(RefactorAllContext fixAllContext)
Microsoft.CodeAnalysis.Workspaces (1)
CodeRefactorings\FixAllOccurences\DocumentBasedRefactorAllProvider.cs (1)
65
public sealed override Task<CodeAction?>
GetRefactoringAsync
(RefactorAllContext refactorAllContext)
1 reference to GetRefactoringAsync
Microsoft.CodeAnalysis.Workspaces (1)
CodeRefactorings\FixAllOccurences\RefactorAllProvider.cs (1)
42
=> this.
GetRefactoringAsync
((RefactorAllContext)fixAllContext);