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