3 writes to _expandable
mscorlib (3)
system\io\memorystream.cs (3)
78
_expandable
= true;
124
_expandable
= false;
153
_expandable
= false;
2 references to _expandable
mscorlib (2)
system\io\memorystream.cs (2)
296
if (!
_expandable
&& (value != Capacity)) __Error.MemoryStreamNotExpandable();
299
if (
_expandable
&& value != _capacity) {