5 references to EventLogEventId
SMDiagnostics (5)
System\ServiceModel\Diagnostics\EventLogger.cs (3)
37internal void LogEvent(TraceEventType type, EventLogCategory category, EventLogEventId eventId, bool shouldTrace, params string[] values) 44internal void UnsafeLogEvent(TraceEventType type, EventLogCategory category, EventLogEventId eventId, bool shouldTrace, params string[] values) 50internal 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,