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