2 writes to _cumulativeProblemTime
KeyManagementSimulator (2)
Program.cs (2)
410_cumulativeProblemTime += now - missingSince; 449_cumulativeProblemTime += now - missingSince;
1 reference to _cumulativeProblemTime
KeyManagementSimulator (1)
Program.cs (1)
381public TimeSpan CumulativeProblemTime => _cumulativeProblemTime;