4 references to PlatformNotSupported_NamedSynchronizationPrimitives
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.Windows.cs (2)
55throw new PlatformNotSupportedException(SR.PlatformNotSupported_NamedSynchronizationPrimitives); 176throw new PlatformNotSupportedException(SR.PlatformNotSupported_NamedSynchronizationPrimitives);
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.Windows.cs (2)
59throw new PlatformNotSupportedException(SR.PlatformNotSupported_NamedSynchronizationPrimitives); 190throw new PlatformNotSupportedException(SR.PlatformNotSupported_NamedSynchronizationPrimitives);