1 write to eventSourceName
System.ServiceModel.Internals (1)
System\Runtime\ExceptionTrace.cs (1)
28this.eventSourceName = eventSourceName;
5 references to eventSourceName
System.ServiceModel.Internals (5)
System\Runtime\ExceptionTrace.cs (5)
107return AsError<TPreferredException>(aggregateException, this.eventSourceName); 254TraceCore.ThrowingEtwException(this.diagnosticTrace, this.eventSourceName, exception != null ? exception.ToString() : string.Empty, exception); 266TraceCore.ThrowingEtwExceptionVerbose(this.diagnosticTrace, this.eventSourceName, exception != null ? exception.ToString() : string.Empty, exception); 275return TraceException<TException>(exception, this.eventSourceName); 325logger = new EventLogger(this.eventSourceName, this.diagnosticTrace);