1 write to totalLength
System (1)
net\System\Net\_ScatterGatherBuffers.cs (1)
100
totalLength
+= copyCount;
2 references to totalLength
System (2)
net\System\Net\_ScatterGatherBuffers.cs (2)
60
return
totalLength
;
103
GlobalLog.Print("ScatterGatherBuffers#" + ValidationHelper.HashString(this) + "::Add() totalLength:" +
totalLength
.ToString());