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