2 writes to ReportAnalyzer
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1625ReportAnalyzer = reportAnalyzer,
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1542.ReportAnalyzer = reportAnalyzer,
2 references to ReportAnalyzer
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.cs (2)
1001if (Arguments.ReportAnalyzer) 1553reportAnalyzer: Arguments.ReportAnalyzer || errorLogger != null,