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)
88
if (
_readChunk
== null)
93
while (chunk !=
_readChunk
)
115
MemoryChunk backupReadChunk =
_readChunk
;
139
if (
_readChunk
== null)
206
if (
_readChunk
== null)
214
byte[] chunkBuffer =
_readChunk
.Buffer;
216
if (
_readChunk
.Next == null)
226
if (
_readChunk
.Next == null)
229
_readChunk =
_readChunk
.Next;
231
chunkBuffer =
_readChunk
.Buffer;
233
if (
_readChunk
.Next == null)
256
if (
_readChunk
== null)
264
byte[] chunkBuffer =
_readChunk
.Buffer;
266
if (
_readChunk
.Next == null)
272
if (
_readChunk
.Next == null)
275
_readChunk =
_readChunk
.Next;
277
chunkBuffer =
_readChunk
.Buffer;
279
if (
_readChunk
.Next == null)
363
MemoryChunk backupReadChunk =
_readChunk
;
389
if (
_readChunk
== null)
398
byte[] chunkBuffer =
_readChunk
.Buffer;
400
if (
_readChunk
.Next == null)
411
if (
_readChunk
.Next == null)
414
_readChunk =
_readChunk
.Next;
416
chunkBuffer =
_readChunk
.Buffer;
418
if (
_readChunk
.Next == null)