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