2 references to TryOwnClose
System.Net.Sockets (2)
System\Net\Sockets\SafeSocketHandle.cs (2)
78bool shouldClose = TryOwnClose(); 99bool shouldClose = !IsInvalid && TryOwnClose();