1 write to _owner
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\CreditManager.cs (1)
26_owner = owner;
3 references to _owner
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\CreditManager.cs (3)
60if (NetEventSource.Log.IsEnabled()) _owner.Trace($"{_name}. requested={amount}, no credit available."); 90if (NetEventSource.Log.IsEnabled()) _owner.Trace($"{_name}. {nameof(amount)}={amount}, current={_current}"); 170if (NetEventSource.Log.IsEnabled()) _owner.Trace($"{_name}. requested={amount}, current={_current}, granted={granted}");