1 write to _totalAnalyzerExecutionTime
Microsoft.CodeAnalysis (1)
CommandLine\SarifV2ErrorLogger.cs (1)
127_totalAnalyzerExecutionTime = ReportAnalyzerUtil.GetFormattedAnalyzerExecutionTime(totalAnalyzerExecutionTime, _culture).Trim();
3 references to _totalAnalyzerExecutionTime
Microsoft.CodeAnalysis (3)
CommandLine\SarifV2ErrorLogger.cs (3)
191if (!string.IsNullOrEmpty(_totalAnalyzerExecutionTime)) 195_writer.Write("analyzerExecutionTime", _totalAnalyzerExecutionTime); 238var reportAnalyzerExecutionTime = !string.IsNullOrEmpty(_totalAnalyzerExecutionTime);