3 references to ENOTSUP
System.IO.Pipes (3)
src\runtime\src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (1)
111EOPNOTSUPP = ENOTSUP, // Operation not supported on socket.
System\IO\Pipes\PipeStream.Unix.cs (2)
523return error.Error == Interop.Error.ENOTSUP ? 524new PlatformNotSupportedException(SR.Format(SR.PlatformNotSupported_OperatingSystemError, nameof(Interop.Error.ENOTSUP))) :