4 references to GetFormattedAnalyzerExecutionPercentage
Microsoft.CodeAnalysis (2)
CommandLine\ReportAnalyzerUtil.cs (1)
60
var percent =
GetFormattedAnalyzerExecutionPercentage
(percentage, culture);
CommandLine\SarifV2ErrorLogger.cs (1)
312
var executionPercentage = ReportAnalyzerUtil.
GetFormattedAnalyzerExecutionPercentage
(descriptorInfo.ExecutionPercentage, _culture).Trim();
Microsoft.CodeAnalysis.Test.Utilities (2)
Diagnostics\CommonDiagnosticAnalyzers.cs (2)
452
var descriptor1ExecutionPercentage = ReportAnalyzerUtil.
GetFormattedAnalyzerExecutionPercentage
(descriptor1Info.ExecutionPercentage, culture).Trim();
456
var descriptor2ExecutionPercentage = ReportAnalyzerUtil.
GetFormattedAnalyzerExecutionPercentage
(descriptor2Info.ExecutionPercentage, culture).Trim();