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