1 write to recordCount
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogInformation.cs (1)
52
recordCount
= (long?)((ulong?)NativeWrapper.EvtGetLogInfo(logHandle, UnsafeNativeMethods.EvtLogPropertyId.EvtLogNumberOfLogRecords));
1 reference to recordCount
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogInformation.cs (1)
63
public long? RecordCount { get { return
recordCount
; } }