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