1 write to chunkCount
System (1)
net\System\Net\_ScatterGatherBuffers.cs (1)
121
chunkCount
++;
4 references to chunkCount
System (4)
net\System\Net\_ScatterGatherBuffers.cs (4)
36
GlobalLog.Print("ScatterGatherBuffers#" + ValidationHelper.HashString(this) + "::ToArray() chunkCount:" +
chunkCount
.ToString());
37
BufferOffsetSize[] array = new BufferOffsetSize[
chunkCount
];
54
return headChunk==null ||
chunkCount
==0;
122
GlobalLog.Print("ScatterGatherBuffers#" + ValidationHelper.HashString(this) + "::AllocateMemoryChunk() chunkCount:" +
chunkCount
.ToString() + " nextChunkLength:" + nextChunkLength.ToString());