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