3 writes to chunkCount
System.ServiceModel.Internals (3)
System\Runtime\BufferedOutputStream.cs (3)
106
this.
chunkCount
= 1;
133
this.chunks[this.
chunkCount
++] = newChunk;
173
this.
chunkCount
= 0;
4 references to chunkCount
System.ServiceModel.Internals (4)
System\Runtime\BufferedOutputStream.cs (4)
127
if (this.
chunkCount
== this.chunks.Length)
163
for (int i = 0; i < this.
chunkCount
; i++)
218
if (this.
chunkCount
== 1)
228
int count = this.
chunkCount
- 1;