1 write to _eventSourceName
System.ServiceModel.Primitives (1)
Internals\System\Runtime\ExceptionTrace.cs (1)
26
_eventSourceName
= eventSourceName;
6 references to _eventSourceName
System.ServiceModel.Primitives (6)
Internals\System\Runtime\ExceptionTrace.cs (6)
39
WcfEventSource.Instance.ThrowingEtwException(
_eventSourceName
, exception != null ? exception.ToString() : string.Empty, serializedException);
53
WcfEventSource.Instance.ThrowingEtwExceptionVerbose(
_eventSourceName
, exception != null ? exception.ToString() : string.Empty, serializedException);
69
WcfEventSource.Instance.ThrowingEtwException(
_eventSourceName
, exception != null ? exception.ToString() : string.Empty, serializedException);
83
WcfEventSource.Instance.ThrowingEtwExceptionVerbose(
_eventSourceName
, exception != null ? exception.ToString() : string.Empty, serializedException);
163
return AsError<TPreferredException>(aggregateException,
_eventSourceName
);
301
return TraceException(exception,
_eventSourceName
);