5 references to FixAllContextHelper
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorFixAllProvider.cs (1)
47
var documentToDiagnostics = await
FixAllContextHelper
.GetDocumentDiagnosticsToFixAsync(currentContext).ConfigureAwait(false);
src\Analyzers\CSharp\CodeFixes\UseSystemThreadingLock\CSharpUseSystemThreadingLockFixAllProvider.cs (1)
38
var documentToDiagnostics = await
FixAllContextHelper
.GetDocumentDiagnosticsToFixAsync(currentContext).ConfigureAwait(false);
Microsoft.CodeAnalysis.Features (1)
UseAutoProperty\UseAutoPropertyFixAllProvider.cs (1)
58
var documentToDiagnostics = await
FixAllContextHelper
.GetDocumentDiagnosticsToFixAsync(currentContext).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\DocumentBasedFixAllProvider.cs (1)
81
var documentToDiagnostics = await
FixAllContextHelper
.GetDocumentDiagnosticsToFixAsync(fixAllContext).ConfigureAwait(false);
CodeFixes\FixAllOccurrences\FixAllContext.DiagnosticProvider.cs (1)
62
return await
FixAllContextHelper
.GetDocumentDiagnosticsToFixAsync(fixAllContext).ConfigureAwait(false);