1 write to maxIncomingConcurrentCalls
System.ServiceModel (1)
System\ServiceModel\Channels\PeerHelpers.cs (1)
123this.maxIncomingConcurrentCalls = maxReceiveQueueSize;
1 reference to maxIncomingConcurrentCalls
System.ServiceModel (1)
System\ServiceModel\Channels\PeerHelpers.cs (1)
204get { return this.maxIncomingConcurrentCalls; }