3 writes to count
System.ServiceModel (3)
System\ServiceModel\Dispatcher\FlowThrottle.cs (3)
35
this.
count
= 0;
69
this.
count
++;
134
this.
count
--;
5 references to count
System.ServiceModel (5)
System\ServiceModel\Dispatcher\FlowThrottle.cs (5)
58
get { return this.
count
; }
67
if (this.
count
< this.capacity)
113
this.ratio(this.
count
);
135
if (this.
count
< this.warningRestoreLimit)
155
this.ratio(this.
count
);