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