2 references to ApplyFixAsync
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\UseRegexMembersFixer.cs (2)
36
=> SyntaxEditorFixAllProvider.Create<string?>(context => context.CodeActionEquivalenceKey,
ApplyFixAsync
);
61
(document, diagnostic, editor, token) =>
ApplyFixAsync
(document, diagnostic, editor, title, token),