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