4 references to ERROR_ALREADY_EXISTS
System.Private.CoreLib (4)
src\libraries\Common\src\System\IO\Win32Marshal.cs (1)
42case Interop.Errors.ERROR_ALREADY_EXISTS:
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.Windows.cs (1)
117createdNew = errorCode != Interop.Errors.ERROR_ALREADY_EXISTS;
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.Windows.cs (1)
129createdNew = errorCode != Interop.Errors.ERROR_ALREADY_EXISTS;
src\System\Threading\Mutex.CoreCLR.Unix.cs (1)
63createdNew = errorCode != Interop.Errors.ERROR_ALREADY_EXISTS;