1 write to _pingCounter
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (1)
221_pingCounter--;
4 references to _pingCounter
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (4)
222if (NetEventSource.Log.IsEnabled()) connection.Trace($"[FlowControl] Sending RTT PING with payload {_pingCounter}"); 223connection.LogExceptions(connection.SendPingAsync(_pingCounter, isAck: false)); 246if (_pingCounter != payload) 248if (NetEventSource.Log.IsEnabled()) connection.Trace($"[FlowControl] Unexpected RTT PING ACK payload {payload}, should be {_pingCounter}.");