4 references to Value
System.IO.Log (4)
System\IO\Log\LogPolicy.cs (4)
218
policy.AbsoluteGrowthInContainers = (uint)this.growthRate.
Value
;
223
policy.RelativeGrowthPercentage = (uint)this.growthRate.
Value
;
243
policy.MinimumAvailableContainers = (uint)this.pinnedTailThreshold.
Value
;
248
policy.MinimumAvailablePercentage = (uint)this.pinnedTailThreshold.
Value
;