2 references to FixAllContextHelper
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Analyzers\Core\CodeFixes\UseAutoProperty\UseAutoPropertyFixAllProvider.cs (1)
100
var documentToDiagnostics = await
FixAllContextHelper
.GetDocumentDiagnosticsToFixAsync(currentContext).ConfigureAwait(false);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\MultiProjectSafeFixAllProvider.cs (1)
32
var documentToDiagnostics = await
FixAllContextHelper
.GetDocumentDiagnosticsToFixAsync(fixAllContext).ConfigureAwait(false);