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