3 writes to growthRate
System.IO.Log (3)
System\IO\Log\LogPolicy.cs (3)
81this.growthRate = value; 342this.growthRate = PolicyUnit.Extents( 347this.growthRate = PolicyUnit.Percentage(
4 references to growthRate
System.IO.Log (4)
System\IO\Log\LogPolicy.cs (4)
78get { return this.growthRate; } 216if (this.growthRate.Type == PolicyUnitType.Extents) 218policy.AbsoluteGrowthInContainers = (uint)this.growthRate.Value; 223policy.RelativeGrowthPercentage = (uint)this.growthRate.Value;