1 write to _maxPendingChannels
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
121
_maxPendingChannels
= value;
3 references to _maxPendingChannels
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (3)
114
return
_maxPendingChannels
;
241
if (
_maxPendingChannels
!= session.
_maxPendingChannels
)