3 references to StartTimes
Microsoft.Maui.Controls.Build.Tasks (3)
PerformanceProvider.cs (3)
43 stats.StartTimes.Add(new Tuple<string, long>(reference, Stopwatch.GetTimestamp())); 53 if (!stats.StartTimes.Any()) 56 long start = stats.StartTimes.Single(s => s.Item1 == reference).Item2;