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