3 writes to _maxAcceptedChannels
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OneWayBindingElement.cs (3)
24
_maxAcceptedChannels
= OneWayDefaults.MaxAcceptedChannels;
31
_maxAcceptedChannels
= elementToBeCloned._maxAcceptedChannels;
47
_maxAcceptedChannels
= value;
2 references to _maxAcceptedChannels
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OneWayBindingElement.cs (2)
31
_maxAcceptedChannels = elementToBeCloned.
_maxAcceptedChannels
;
40
return
_maxAcceptedChannels
;