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