3 writes to _canWrite
System.Security.Cryptography (3)
System\Security\Cryptography\CryptoStream.cs (3)
61
_canWrite
= true;
791
_canWrite
= false;
842
_canWrite
= false;
4 references to _canWrite
System.Security.Cryptography (4)
System\Security\Cryptography\CryptoStream.cs (4)
88
get { return
_canWrite
; }
142
if (
_canWrite
)
186
if (
_canWrite
)
203
!
_canWrite
? Task.CompletedTask :