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