2 writes to _delayUpperBound
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpRetransmissionSettings.cs (2)
69_delayUpperBound = delayUpperBound; 151_delayUpperBound = value;
8 references to _delayUpperBound
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpRetransmissionSettings.cs (8)
73_delayUpperBoundMilliseconds = TimeoutHelper.ToMilliseconds(_delayUpperBound); 80: this(other._maxUnicastRetransmitCount, other._maxMulticastRetransmitCount, other._delayLowerBound, other._delayUpperBound, other._maxDelayPerRetransmission) 142return _delayUpperBound; 152_delayUpperBoundMilliseconds = TimeoutHelper.ToMilliseconds(_delayUpperBound); 181return !TimeSpansEqual(_delayUpperBound, UdpConstants.Defaults.DelayUpperBoundTimeSpan); 218if (_delayLowerBound > _delayUpperBound) 224if (_delayUpperBound > _maxDelayPerRetransmission) 226throw FxTrace.Exception.ArgumentOutOfRange("DelayUpperBound", _delayUpperBound, "TODO: "); // SR.Property1LessThanOrEqualToProperty2("DelayUpperBound", this.delayUpperBound, "MaxDelayPerRetransmission", this.maxDelayPerRetransmission));