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)
296if (!_expandable && (value != Capacity)) __Error.MemoryStreamNotExpandable(); 299if (_expandable && value != _capacity) {