4 writes to EntryType
System.Diagnostics.EventLog (4)
System\Diagnostics\EventData.cs (1)
22EntryType = entryType;
System\Diagnostics\EventLogTraceListener.cs (3)
170data.EntryType = EventLogEntryType.Error; 172data.EntryType = EventLogEntryType.Warning; 174data.EntryType = EventLogEntryType.Information;
2 references to EntryType
System.Diagnostics.EventLog (2)
System\Diagnostics\EventData.cs (1)
43throw new InvalidEnumArgumentException(nameof(EntryType), (int)value, typeof(EventLogEntryType));
System\Diagnostics\EventLogInternal.cs (1)
1351InternalWriteEvent((uint)instance.InstanceId, (ushort)instance.CategoryId, instance.EntryType, strings, data, currentMachineName);