2 references to EventInstance
System.Diagnostics.EventLog (2)
System\Diagnostics\EventData.cs (1)
20
public EventInstance(long instanceId, int categoryId, EventLogEntryType entryType) :
this
(instanceId, categoryId)
System\Diagnostics\EventLogTraceListener.cs (1)
167
EventInstance data = new
EventInstance
(id, 0);