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