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