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