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)
191
if (!string.IsNullOrEmpty(
_totalAnalyzerExecutionTime
))
195
_writer.Write("analyzerExecutionTime",
_totalAnalyzerExecutionTime
);
238
var reportAnalyzerExecutionTime = !string.IsNullOrEmpty(
_totalAnalyzerExecutionTime
);