2 writes to MaxPoolSize
System.ServiceModel (2)
System\ServiceModel\Configuration\MsmqTransportElement.cs (1)
52binding.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)
251instance.SetProperty(AdministrationStrings.MaxPoolSize, msmqTransport.MaxPoolSize);
System\ServiceModel\Channels\MsmqChannelFactory.cs (1)
18this.maxPoolSize = bindingElement.MaxPoolSize;
System\ServiceModel\Channels\MsmqTransportReceiveParameters.cs (1)
16this.maxPoolSize = bindingElement.MaxPoolSize;
System\ServiceModel\Configuration\MsmqTransportElement.cs (1)
74SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxPoolSize, binding.MaxPoolSize);
System\ServiceModel\NetMsmqBinding.cs (1)
96return (transport as MsmqTransportBindingElement).MaxPoolSize;