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