1 write to fileAttributes
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogInformation.cs (1)
51fileAttributes = (int?)((uint?)NativeWrapper.EvtGetLogInfo(logHandle, UnsafeNativeMethods.EvtLogPropertyId.EvtLogAttributes));
1 reference to fileAttributes
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogInformation.cs (1)
62public int? Attributes { get { return fileAttributes; } }