1 write to AdjustedStandardDeviation
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\IPerformanceTrackerService.cs (1)
34
AdjustedStandardDeviation
= stddev;
3 references to AdjustedStandardDeviation
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\ProcessTelemetry\RemoteProcessTelemetryService.PerformanceReporter.cs (2)
68
m[nameof(analyzerInfo.
AdjustedStandardDeviation
)] = analyzerInfo.
AdjustedStandardDeviation
;
Roslyn.VisualStudio.Next.UnitTests (1)
Services\PerformanceTrackerServiceTests.cs (1)
141
Assert.Equal(stddev, analyzerInfo.
AdjustedStandardDeviation
, precision: 4);