3 references to SyntaxEditorFixAllProvider
Microsoft.CodeAnalysis.NetAnalyzers (3)
SyntaxEditorBasedCodeFixProvider.cs (3)
31
=>
SyntaxEditorFixAllProvider
.Create(ApplyFixAsync);
44
(cancellationToken) =>
SyntaxEditorFixAllProvider
.ApplyFixesAsync(document, diagnostics, ApplyFixAsync, cancellationToken),
59
/// overload - see the remarks on <see cref="
SyntaxEditorFixAllProvider
"/>.