3 references to s_nativeErrorToSocketError
System.Net.Primitives (3)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (3)
14
Debug.Assert(
s_nativeErrorToSocketError
.Count == NativeErrorToSocketErrorCount,
15
$"Expected s_nativeErrorToSocketError to have {NativeErrorToSocketErrorCount} count instead of {
s_nativeErrorToSocketError
.Count}.");
134
return
s_nativeErrorToSocketError
.TryGetValue(errno, out result) ?