7 references to ConnectionBufferSize
dotnet-svcutil-lib (7)
CodeDomFixup\MethodCreationHelper.cs (6)
1236if (defaultBindingElement.ConnectionBufferSize != bindingElement.ConnectionBufferSize) 1243new CodePrimitiveExpression(bindingElement.ConnectionBufferSize))); 1331if (defaultBindingElement.ConnectionBufferSize != bindingElement.ConnectionBufferSize) 1338new CodePrimitiveExpression(bindingElement.ConnectionBufferSize)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
45_connectionBufferSize = bindingElement.ConnectionBufferSize;