3 references to AnalyzerInfoForPerformanceReporting
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\PerformanceTrackerService.cs (1)
126
analyzerInfos.Add(new
AnalyzerInfoForPerformanceReporting
(AllowTelemetry(analyzerId), analyzerId, average, stddev));
Roslyn.VisualStudio.Next.UnitTests (2)
Services\PerformanceTrackerServiceTests.cs (2)
127
var analyzerInfo1 = new
AnalyzerInfoForPerformanceReporting
(true, "test", 0.1, 0.1);
131
var analyzerInfo2 = new
AnalyzerInfoForPerformanceReporting
(false, "test", 0.1, 0.1);