3 writes to Next
System.Runtime.Remoting (3)
channels\core\chunkedmemorystream.cs (3)
309_writeChunk.Next = AllocateMemoryChunk(); 346_writeChunk.Next = AllocateMemoryChunk(); 435chunk.Next = null;
19 references to Next
System.Runtime.Remoting (19)
channels\core\chunkedmemorystream.cs (19)
65MemoryChunk next = chunk.Next; 96chunk = chunk.Next; 127(chunk.Next == null))) 136chunk = chunk.Next; 216if (_readChunk.Next == null) 226if (_readChunk.Next == null) 229_readChunk = _readChunk.Next; 233if (_readChunk.Next == null) 266if (_readChunk.Next == null) 272if (_readChunk.Next == null) 275_readChunk = _readChunk.Next; 279if (_readChunk.Next == null) 310_writeChunk = _writeChunk.Next; 347_writeChunk = _writeChunk.Next; 400if (_readChunk.Next == null) 411if (_readChunk.Next == null) 414_readChunk = _readChunk.Next; 418if (_readChunk.Next == null) 450chunk = chunk.Next;