7 references to ERROR_ALREADY_EXISTS
mscorlib (7)
system\io\__error.cs (1)
159
case Win32Native.
ERROR_ALREADY_EXISTS
:
system\io\directory.cs (1)
340
if (currentError != Win32Native.
ERROR_ALREADY_EXISTS
)
system\io\longpath.cs (1)
577
if (currentError != Win32Native.
ERROR_ALREADY_EXISTS
)
system\threading\eventwaithandle.cs (1)
151
createdNew = errorCode != Win32Native.
ERROR_ALREADY_EXISTS
;
system\threading\mutex.cs (3)
197
m_newMutex = errorCode != Win32Native.
ERROR_ALREADY_EXISTS
;
466
errorCode = Win32Native.
ERROR_ALREADY_EXISTS
;
486
errorCode = Win32Native.
ERROR_ALREADY_EXISTS
;