5 writes to _lastEvictedTimestamp
System.Text.Json (5)
System\Text\Json\Serialization\Metadata\ReflectionEmitCachingMemberAccessor.Cache.cs (5)
26
_lastEvictedTimestamp
= Stopwatch.GetTimestamp();
42
if (Stopwatch.GetElapsedTime(Volatile.Read(ref
_lastEvictedTimestamp
), nowTimestamp) >= _evictionInterval)
46
if (Stopwatch.GetElapsedTime(Volatile.Read(ref
_lastEvictedTimestamp
), nowTimestamp) >= _evictionInterval)
49
Volatile.Write(ref
_lastEvictedTimestamp
, nowTimestamp);
62
Volatile.Write(ref
_lastEvictedTimestamp
, Stopwatch.GetTimestamp());