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)
58
if (
_notifyOnReconnect
is null)
64
var localNotifyOnReconnect =
_notifyOnReconnect
;
349
Debug.Assert(
_notifyOnReconnect
is not null);
350
await
_notifyOnReconnect
.Invoke(_transport!.Output).ConfigureAwait(false);