4 references to ReportAnalyzerUtil
Microsoft.CodeAnalysis (4)
CommandLine\CommonCompiler.cs (1)
1002
ReportAnalyzerUtil
.Report(consoleOutput, analyzerDriver, driverTimingInfo, Culture, compilation.Options.ConcurrentBuild);
CommandLine\SarifV2ErrorLogger.cs (3)
127
_totalAnalyzerExecutionTime =
ReportAnalyzerUtil
.GetFormattedAnalyzerExecutionTime(totalAnalyzerExecutionTime, _culture).Trim();
309
var executionTime =
ReportAnalyzerUtil
.GetFormattedAnalyzerExecutionTime(descriptorInfo.ExecutionTime, _culture).Trim();
312
var executionPercentage =
ReportAnalyzerUtil
.GetFormattedAnalyzerExecutionPercentage(descriptorInfo.ExecutionPercentage, _culture).Trim();