3 references to InstanceContexts
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ServiceThrottle.cs (3)
164get { return this.InstanceContexts.Capacity; } 168this.InstanceContexts.Capacity = value; 172this.servicePerformanceCounters.SetThrottleBase((int)ServicePerformanceCounters.PerfCounters.InstancesPercentMaxInstancesBase, this.InstanceContexts.Capacity);