3 references to ExtractCheckStats
Microsoft.Build (2)
BuildCheck\Infrastructure\BuildCheckBuildEventHandler.cs (1)
166Dictionary<string, TimeSpan> checkStats = _tracingData.ExtractCheckStats();
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
330Dictionary<string, TimeSpan> stats = e.TracingData.ExtractCheckStats();
Microsoft.Build.Framework (1)
Telemetry\BuildCheckTelemetry.cs (1)
49long runtimeTicks = data.ExtractCheckStats().Sum(v => v.Value.Ticks);