1 write to _maxRetryCount
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
136
_maxRetryCount
= value;
3 references to _maxRetryCount
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (3)
130
return
_maxRetryCount
;
243
if (
_maxRetryCount
!= session.
_maxRetryCount
)