2 writes to capacity
System.ServiceModel (2)
System\ServiceModel\Dispatcher\FlowThrottle.cs (2)
36
this.
capacity
= capacity;
52
this.
capacity
= value;
6 references to capacity
System.ServiceModel (6)
System\ServiceModel\Dispatcher\FlowThrottle.cs (6)
47
get { return this.
capacity
; }
67
if (this.count < this.
capacity
)
79
TD.MessageThrottleExceeded(this.propertyName, this.
capacity
);
89
this.propertyName, this.
capacity
, this.configName);
94
this.
capacity
);
139
TD.MessageThrottleAtSeventyPercent(this.propertyName, this.
capacity
);