1 write to UseAll
AnalyzerRunner (1)
Options.cs (1)
110UseAll = useAll;
3 references to UseAll
AnalyzerRunner (3)
CodeRefactoringRunner.cs (1)
167if (!options.UseAll && options.AnalyzerNames.IsEmpty)
DiagnosticAnalyzerRunner.cs (2)
246if (!options.UseAll && options.AnalyzerNames.IsEmpty) 268if (options.UseAll)