2 writes to autoShrinkPercentage
System.IO.Log (2)
System\IO\Log\LogPolicy.cs (2)
104
this.
autoShrinkPercentage
= value;
376
this.
autoShrinkPercentage
= (int)policy.Percentage;
2 references to autoShrinkPercentage
System.IO.Log (2)
System\IO\Log\LogPolicy.cs (2)
98
get { return this.
autoShrinkPercentage
; }
265
policy.Percentage = (uint)this.
autoShrinkPercentage
;