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