2 writes to _chunks
System.ServiceModel.Primitives (2)
Internals\System\Runtime\BufferedOutputStream.cs (2)
33_chunks = new byte[4][]; 130_chunks = newChunks;
9 references to _chunks
System.ServiceModel.Primitives (9)
Internals\System\Runtime\BufferedOutputStream.cs (9)
106_chunks[0] = _currentChunk; 126if (_chunkCount == _chunks.Length) 128byte[][] newChunks = new byte[_chunks.Length * 2][]; 129Array.Copy(_chunks, newChunks, _chunks.Length); 132_chunks[_chunkCount++] = newChunk; 164_bufferManager.ReturnBuffer(_chunks[i]); 165_chunks[i] = null; 230byte[] chunk = _chunks[i];