2 writes to _canWrite
mscorlib (2)
system\security\cryptography\cryptostream.cs (2)
67
_canWrite
= true;
726
_canWrite
= false;
3 references to _canWrite
mscorlib (3)
system\security\cryptography\cryptostream.cs (3)
89
get { return
_canWrite
; }
126
if (
_canWrite
&& _OutputBufferIndex > 0) {
131
if (
_canWrite
)