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