3 references to SUCCESS
System.Private.CoreLib (3)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (2)
13Debug.Assert(errorInfo.Error != Error.SUCCESS); 21if (error != Interop.Error.SUCCESS)
src\libraries\System.Private.CoreLib\src\System\IO\FileStatus.Unix.cs (1)
439if (error != Interop.Error.SUCCESS && error != Interop.Error.ENOTSUP)