2 writes to _delayLowerBound
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpRetransmissionSettings.cs (2)
68_delayLowerBound = delayLowerBound; 133_delayLowerBound = value;
7 references to _delayLowerBound
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpRetransmissionSettings.cs (7)
72_delayLowerBoundMilliseconds = TimeoutHelper.ToMilliseconds(_delayLowerBound); 80: this(other._maxUnicastRetransmitCount, other._maxMulticastRetransmitCount, other._delayLowerBound, other._delayUpperBound, other._maxDelayPerRetransmission) 124return _delayLowerBound; 134_delayLowerBoundMilliseconds = TimeoutHelper.ToMilliseconds(_delayLowerBound); 176return !TimeSpansEqual(_delayLowerBound, UdpConstants.Defaults.DelayLowerBoundTimeSpan); 218if (_delayLowerBound > _delayUpperBound) 220throw FxTrace.Exception.ArgumentOutOfRange("DelayLowerBound", _delayLowerBound, "TODO: "); // SR.Property1LessThanOrEqualToProperty2("DelayLowerBound", this.delayLowerBound, "DelayUpperBound", this.delayUpperBound));