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