1 write to _now
KeyManagementSimulator (1)
Program.cs (1)
390
_now
= now;
2 references to _now
KeyManagementSimulator (2)
Program.cs (2)
357
GetUtcNow = () =>
_now
,
402
Debug.Assert(now >=
_now
);