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