3 references to EventLogQuery
System.Diagnostics.EventLog (3)
System\Diagnostics\Reader\EventLogReader.cs (2)
51: this(new EventLogQuery(path, PathType.LogName), null) 56: this(new EventLogQuery(path, pathType), null)
System\Diagnostics\Reader\EventLogWatcher.cs (1)
41: this(new EventLogQuery(path, PathType.LogName), null, false)