5 references to EventLogEventId
SMDiagnostics (5)
System\ServiceModel\Diagnostics\EventLogger.cs (3)
37
internal void LogEvent(TraceEventType type, EventLogCategory category,
EventLogEventId
eventId, bool shouldTrace, params string[] values)
44
internal void UnsafeLogEvent(TraceEventType type, EventLogCategory category,
EventLogEventId
eventId, bool shouldTrace, params string[] values)
50
internal void LogEvent(TraceEventType type, EventLogCategory category,
EventLogEventId
eventId, params string[] values)
System\ServiceModel\Diagnostics\ExceptionUtility.cs (2)
92
(uint)
EventLogEventId
.FailFast,
104
(uint)
EventLogEventId
.FailFastException,