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