4 writes to _writable
mscorlib (4)
system\io\memorystream.cs (4)
79
_writable
= true;
94
_writable
= writable;
122
_writable
= writable;
152
_writable
= false;
1 reference to _writable
mscorlib (1)
system\io\memorystream.cs (1)
140
get { return
_writable
; }