1 write to UseAll
AnalyzerRunner (1)
Options.cs (1)
105UseAll = useAll;
3 references to UseAll
AnalyzerRunner (3)
CodeRefactoringRunner.cs (1)
166if (!options.UseAll && options.AnalyzerNames.IsEmpty)
DiagnosticAnalyzerRunner.cs (2)
245if (!options.UseAll && options.AnalyzerNames.IsEmpty) 267if (options.UseAll)