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