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