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