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