1 write to _fixAllAsync
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\FixAllProvider.cs (1)
107
_fixAllAsync
= fixAllAsync;
1 reference to _fixAllAsync
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\FixAllProvider.cs (1)
111
=>
_fixAllAsync
(context, document, diagnostics);