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