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