2 writes to Enabled
System.IO.Log (2)
System\IO\Log\LogPolicy.cs (1)
170policy.Enabled = (uint)(this.autoGrow ? 1 : 0);
System\IO\Log\UnsafeNativeMethods.cs (1)
335this.Enabled = 0; // NOTE: Default from spec
1 reference to Enabled
System.IO.Log (1)
System\IO\Log\LogPolicy.cs (1)
313this.autoGrow = (policy.Enabled != 0);