5 references to ENOTSUP
System.Private.CoreLib (5)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcMountInfo.cs (1)
71return Error.ENOTSUP;
src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (1)
110EOPNOTSUPP = ENOTSUP, // Operation not supported on socket.
src\libraries\System.Private.CoreLib\src\System\IO\FileStatus.Unix.cs (1)
439if (error != Interop.Error.SUCCESS && error != Interop.Error.ENOTSUP)
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\FileStreamHelpers.Unix.cs (2)
24if (!(ignoreNotSupported && errorInfo.Error == Interop.Error.ENOTSUP)) 49case Interop.Error.ENOTSUP: