4 references to PlatformNotSupported_NamedSynchronizationPrimitives
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.Windows.cs (2)
23throw new PlatformNotSupportedException(SR.PlatformNotSupported_NamedSynchronizationPrimitives); 70throw new PlatformNotSupportedException(SR.PlatformNotSupported_NamedSynchronizationPrimitives);
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.Windows.cs (2)
28throw new PlatformNotSupportedException(SR.PlatformNotSupported_NamedSynchronizationPrimitives); 75throw new PlatformNotSupportedException(SR.PlatformNotSupported_NamedSynchronizationPrimitives);