4 writes to EntryType
System (4)
services\monitoring\system\diagnosticts\EventData.cs (1)
18EntryType = entryType;
services\monitoring\system\diagnosticts\EventLogTraceListener.cs (3)
220data.EntryType = EventLogEntryType.Error; 222data.EntryType = EventLogEntryType.Warning; 224data.EntryType = EventLogEntryType.Information;
1 reference to EntryType
System (1)
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
1674InternalWriteEvent((uint) instance.InstanceId, (ushort) instance.CategoryId, instance.EntryType, strings, data, currentMachineName);