1 write to _hasShutdownSend
System.Net.Sockets (1)
System\Net\Sockets\SafeSocketHandle.cs (1)
67_hasShutdownSend = true;
3 references to _hasShutdownSend
System.Net.Sockets (3)
System\Net\Sockets\SafeSocketHandle.cs (2)
55internal bool HasShutdownSend => _hasShutdownSend; 147if (canceledOperations && !_hasShutdownSend)
System\Net\Sockets\SafeSocketHandle.Unix.cs (1)
213if (type == (int)SocketType.Stream && !_hasShutdownSend)