3 references to s_socketErrorToNativeError
System.Net.Primitives (3)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (3)
17Debug.Assert(s_socketErrorToNativeError.Count == SocketErrorToNativeErrorCount, 18$"Expected s_socketErrorToNativeError to have {SocketErrorToNativeErrorCount} count instead of {s_socketErrorToNativeError.Count}."); 152return s_socketErrorToNativeError.TryGetValue(error, out errno);