6 writes to MaxBufferPoolSize
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (2)
90_httpTransport.MaxBufferPoolSize = value; 91_httpsTransport.MaxBufferPoolSize = value;
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
70_namedPipe.MaxBufferPoolSize = value;
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
63_udpTransport.MaxBufferPoolSize = value;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (2)
69_httpTransport.MaxBufferPoolSize = value; 70_httpsTransport.MaxBufferPoolSize = value;
11 references to MaxBufferPoolSize
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElement.cs (1)
164if (_maxBufferPoolSize != transport.MaxBufferPoolSize)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportChannelFactory.cs (1)
28_maxBufferPoolSize = bindingElement.MaxBufferPoolSize;
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (2)
85return _httpTransport.MaxBufferPoolSize; 282this.MaxBufferPoolSize = transport.MaxBufferPoolSize;
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (2)
67get { return _namedPipe.MaxBufferPoolSize; } 144this.MaxBufferPoolSize = namedPipe.MaxBufferPoolSize;
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
183this.MaxBufferPoolSize = transport.MaxBufferPoolSize;
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (2)
30this.MaxBufferPoolSize = transport.MaxBufferPoolSize; 59return _udpTransport.MaxBufferPoolSize;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (2)
66get { return _httpTransport.MaxBufferPoolSize; } 190this.MaxBufferPoolSize = transport.MaxBufferPoolSize;