1 write to isLogFull
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogInformation.cs (1)
54isLogFull = (bool?)NativeWrapper.EvtGetLogInfo(logHandle, UnsafeNativeMethods.EvtLogPropertyId.EvtLogFull);
1 reference to isLogFull
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogInformation.cs (1)
65public bool? IsLogFull { get { return isLogFull; } }