5 references to EventLogCategory
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)
91(ushort)EventLogCategory.FailFast, 103(ushort)EventLogCategory.FailFast,