1 write to FlowControlEnabled
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
36this.FlowControlEnabled = elementToBeCloned.FlowControlEnabled;
4 references to FlowControlEnabled
dotnet-svcutil-lib (4)
CodeDomFixup\MethodCreationHelper.cs (3)
1546if (defaultBindingElement.FlowControlEnabled != bindingElement.FlowControlEnabled) 1553new CodePrimitiveExpression(bindingElement.FlowControlEnabled)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
36this.FlowControlEnabled = elementToBeCloned.FlowControlEnabled;