1 write to _sendingTask
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketConnection.cs (1)
85_sendingTask = DoSend();
2 references to _sendingTask
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
Internal\SocketConnection.cs (2)
116if (_sendingTask != null) 118await _sendingTask;