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; 40return _maxAcceptedChannels;