3 writes to inTotal
System.ServiceModel (3)
System\ServiceModel\Channels\UtilityExtension.cs (3)
227
inTotal
++;
249
inTotal
= 0;
363
this.
inTotal
+= umessage.Total;
3 references to inTotal
System.ServiceModel (3)
System\ServiceModel\Channels\UtilityExtension.cs (3)
231
if (
inTotal
== PeerTransportConstants.AckWindow)
241
if (
inTotal
== 0)
247
tempTotal =
inTotal
;