2 writes to autoGrow
System.IO.Log (2)
System\IO\Log\LogPolicy.cs (2)
45
this.
autoGrow
= value;
313
this.
autoGrow
= (policy.Enabled != 0);
2 references to autoGrow
System.IO.Log (2)
System\IO\Log\LogPolicy.cs (2)
42
get { return this.
autoGrow
; }
170
policy.Enabled = (uint)(this.
autoGrow
? 1 : 0);