2 writes to _chunks
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\BufferedOutputStream.cs (2)
32_chunks = new byte[4][]; 129_chunks = newChunks;
9 references to _chunks
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\BufferedOutputStream.cs (9)
105_chunks[0] = _currentChunk; 125if (_chunkCount == _chunks.Length) 127byte[][] newChunks = new byte[_chunks.Length * 2][]; 128Array.Copy(_chunks, newChunks, _chunks.Length); 131_chunks[_chunkCount++] = newChunk; 142_bufferManager.ReturnBuffer(_chunks[i]); 143_chunks[i] = null; 204byte[] chunk = _chunks[i];