3 writes to _heartbeatTimestamp
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
Internal\QuicConnectionContext.cs (3)
264
Volatile.Write(ref
_heartbeatTimestamp
, now);
271
stream.PoolExpirationTimestamp = Volatile.Read(ref
_heartbeatTimestamp
) + StreamPoolExpirySeconds * timeProvider.TimestampFrequency;
293
Volatile.Write(ref
_heartbeatTimestamp
, now);