2 references to EventInstance
System (2)
services\monitoring\system\diagnosticts\EventData.cs (1)
17public EventInstance(long instanceId, int categoryId, EventLogEntryType entryType) : this (instanceId, categoryId) {
services\monitoring\system\diagnosticts\EventLogTraceListener.cs (1)
217EventInstance data = new EventInstance(id, 0);