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)
381
public TimeSpan CumulativeProblemTime =>
_cumulativeProblemTime
;