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)
89get { return _canWrite; } 126if (_canWrite && _OutputBufferIndex > 0) { 131if (_canWrite)