2 writes to MaxPoolSize
System.ServiceModel (2)
System\ServiceModel\Configuration\MsmqTransportElement.cs (1)
52
binding.
MaxPoolSize
= this.MaxPoolSize;
System\ServiceModel\NetMsmqBinding.cs (1)
100
(transport as MsmqTransportBindingElement).
MaxPoolSize
= value;
5 references to MaxPoolSize
System.ServiceModel (5)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
251
instance.SetProperty(AdministrationStrings.MaxPoolSize, msmqTransport.
MaxPoolSize
);
System\ServiceModel\Channels\MsmqChannelFactory.cs (1)
18
this.maxPoolSize = bindingElement.
MaxPoolSize
;
System\ServiceModel\Channels\MsmqTransportReceiveParameters.cs (1)
16
this.maxPoolSize = bindingElement.
MaxPoolSize
;
System\ServiceModel\Configuration\MsmqTransportElement.cs (1)
74
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxPoolSize, binding.
MaxPoolSize
);
System\ServiceModel\NetMsmqBinding.cs (1)
96
return (transport as MsmqTransportBindingElement).
MaxPoolSize
;