2 writes to _pingSentTimestamp
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2KeepAlive.cs (2)
55_pingSentTimestamp = 0; 71_pingSentTimestamp = timestamp + _timeProvider.TimestampFrequency;
1 reference to _pingSentTimestamp
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2KeepAlive.cs (1)
80if (timestamp > (_pingSentTimestamp + _keepAliveTimeout))