3 writes to _state
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2KeepAlive.cs (3)
56
_state
= KeepAliveState.None;
69
_state
= KeepAliveState.PingSent;
82
_state
= KeepAliveState.Timeout;
3 references to _state
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2KeepAlive.cs (3)
53
if (
_state
== KeepAliveState.PingSent)
61
switch (
_state
)
89
return
_state
;