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