2 writes to _notifyOnReconnect
Microsoft.AspNetCore.Http.Connections.Client (2)
Internal\WebSocketsTransport.cs (2)
60_notifyOnReconnect = notifyOnReconnect; 65_notifyOnReconnect = async writer =>
4 references to _notifyOnReconnect
Microsoft.AspNetCore.Http.Connections.Client (4)
Internal\WebSocketsTransport.cs (4)
58if (_notifyOnReconnect is null) 64var localNotifyOnReconnect = _notifyOnReconnect; 349Debug.Assert(_notifyOnReconnect is not null); 350await _notifyOnReconnect.Invoke(_transport!.Output).ConfigureAwait(false);