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