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