3 references to NamedWaitHandles_ExistingObjectIncompatibleWithCurrentUserOnly
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.cs (1)
126throw new WaitHandleCannotBeOpenedException(SR.Format(SR.NamedWaitHandles_ExistingObjectIncompatibleWithCurrentUserOnly, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Mutex.cs (1)
147throw new WaitHandleCannotBeOpenedException(SR.Format(SR.NamedWaitHandles_ExistingObjectIncompatibleWithCurrentUserOnly, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.cs (1)
139throw new WaitHandleCannotBeOpenedException(SR.Format(SR.NamedWaitHandles_ExistingObjectIncompatibleWithCurrentUserOnly, name));