12 writes to _readChunk
System.Runtime.Remoting (12)
channels\core\chunkedmemorystream.cs (12)
118_readChunk = null; 130_readChunk = chunk; 142_readChunk = backupReadChunk; 186_readChunk = null; 210_readChunk = _chunks; 229_readChunk = _readChunk.Next; 260_readChunk = _chunks; 275_readChunk = _readChunk.Next; 366_readChunk = _chunks; 370_readChunk = backupReadChunk; 394_readChunk = _chunks; 414_readChunk = _readChunk.Next;
26 references to _readChunk
System.Runtime.Remoting (26)
channels\core\chunkedmemorystream.cs (26)
88if (_readChunk == null) 93while (chunk != _readChunk) 115MemoryChunk backupReadChunk = _readChunk; 139if (_readChunk == null) 206if (_readChunk == null) 214byte[] chunkBuffer = _readChunk.Buffer; 216if (_readChunk.Next == null) 226if (_readChunk.Next == null) 229_readChunk = _readChunk.Next; 231chunkBuffer = _readChunk.Buffer; 233if (_readChunk.Next == null) 256if (_readChunk == null) 264byte[] chunkBuffer = _readChunk.Buffer; 266if (_readChunk.Next == null) 272if (_readChunk.Next == null) 275_readChunk = _readChunk.Next; 277chunkBuffer = _readChunk.Buffer; 279if (_readChunk.Next == null) 363MemoryChunk backupReadChunk = _readChunk; 389if (_readChunk == null) 398byte[] chunkBuffer = _readChunk.Buffer; 400if (_readChunk.Next == null) 411if (_readChunk.Next == null) 414_readChunk = _readChunk.Next; 416chunkBuffer = _readChunk.Buffer; 418if (_readChunk.Next == null)