2 references to ERROR_INVALID_NAME
System (2)
sys\system\security\accesscontrol\semaphoresecurity.cs (1)
136
case NativeMethods.
ERROR_INVALID_NAME
:
sys\system\threading\semaphore.cs (1)
277
if (NativeMethods.ERROR_FILE_NOT_FOUND == errorCode || NativeMethods.
ERROR_INVALID_NAME
== errorCode)