3 references to NotSupported_UnwritableStream
System.Security.Cryptography (3)
System\Security\Cryptography\CryptoStream.cs (3)
466
return ValueTask.FromException(new NotSupportedException(SR.
NotSupported_UnwritableStream
));
529
throw new NotSupportedException(SR.
NotSupported_UnwritableStream
);
748
throw new NotSupportedException(SR.
NotSupported_UnwritableStream
);