3 references to ReadTimeTicks
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (3)
RedisOutputCacheStore.cs (3)
371var previousConnectTime = ReadTimeTicks(ref _lastConnectTicks); 380var firstErrorTime = ReadTimeTicks(ref _firstErrorTimeTicks); 390TimeSpan elapsedSinceMostRecentError = utcNow - ReadTimeTicks(ref _previousErrorTimeTicks);