4 references to LogName
System.Diagnostics.EventLog (4)
System\Diagnostics\Reader\EventLogReader.cs (2)
51
: this(new EventLogQuery(path, PathType.
LogName
), null)
87
if (_eventQuery.ThePathType == PathType.
LogName
)
System\Diagnostics\Reader\EventLogSession.cs (1)
228
PathType.
LogName
=> UnsafeNativeMethods.EvtExportLogFlags.EvtExportLogChannelPath,
System\Diagnostics\Reader\EventLogWatcher.cs (1)
41
: this(new EventLogQuery(path, PathType.
LogName
), null, false)