4 references to PlatformNotSupported_NamedSynchronizationPrimitives
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.Unix.cs (2)
31throw new PlatformNotSupportedException(SR.PlatformNotSupported_NamedSynchronizationPrimitives); 44throw new PlatformNotSupportedException(SR.PlatformNotSupported_NamedSynchronizationPrimitives);
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.Unix.cs (2)
31throw new PlatformNotSupportedException(SR.PlatformNotSupported_NamedSynchronizationPrimitives); 44throw new PlatformNotSupportedException(SR.PlatformNotSupported_NamedSynchronizationPrimitives);