3 references to NotSupported_UnreadableStream
System.Security.Cryptography (3)
System\Security\Cryptography\CryptoStream.cs (3)
227
return ValueTask.FromException<int>(new NotSupportedException(SR.
NotSupported_UnreadableStream
));
305
throw new NotSupportedException(SR.
NotSupported_UnreadableStream
);
751
throw new NotSupportedException(SR.
NotSupported_UnreadableStream
);