1 instantiation of EventLogStatus
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogReader.cs (1)
345
EventLogStatus cs = new
EventLogStatus
(channelNames[i], errorStatuses[i]);
4 references to EventLogStatus
System.Core (4)
System\Diagnostics\Eventing\Reader\EventLogReader.cs (4)
324
public IList<
EventLogStatus
> LogStatus {
329
List<
EventLogStatus
> list = null;
343
list = new List<
EventLogStatus
>(channelNames.Length);
345
EventLogStatus
cs = new EventLogStatus(channelNames[i], errorStatuses[i]);