2 writes to MaxBufferPoolSize
System.ServiceModel.Channels (2)
System\ServiceModel\Configuration\UdpBindingElement.cs (1)
122udpBinding.MaxBufferPoolSize = this.MaxBufferPoolSize;
System\ServiceModel\UdpBinding.cs (1)
50this.MaxBufferPoolSize = transport.MaxBufferPoolSize;
1 reference to MaxBufferPoolSize
System.ServiceModel.Channels (1)
System\ServiceModel\Configuration\UdpBindingElement.cs (1)
109this.SetPropertyValueIfNotDefaultValue(UdpTransportConfigurationStrings.MaxBufferPoolSize, udpBinding.MaxBufferPoolSize);