3 writes to _chunkCount
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\BufferedOutputStream.cs (3)
104
_chunkCount
= 1;
131
_chunks[
_chunkCount
++] = newChunk;
150
_chunkCount
= 0;
4 references to _chunkCount
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\BufferedOutputStream.cs (4)
125
if (
_chunkCount
== _chunks.Length)
140
for (int i = 0; i <
_chunkCount
; i++)
191
if (
_chunkCount
== 1)
201
int count =
_chunkCount
- 1;