2 references to ApplyFixAsync
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\DynamicInterfaceCastableImplementation.Fixer.cs (2)
24
=> SyntaxEditorFixAllProvider.Create<string?>(context => context.CodeActionEquivalenceKey,
ApplyFixAsync
);
54
(doc, diag, editor, token) =>
ApplyFixAsync
(doc, diag, editor, equivalenceKey, token),