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