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)
39WcfEventSource.Instance.ThrowingEtwException(_eventSourceName, exception != null ? exception.ToString() : string.Empty, serializedException); 53WcfEventSource.Instance.ThrowingEtwExceptionVerbose(_eventSourceName, exception != null ? exception.ToString() : string.Empty, serializedException); 69WcfEventSource.Instance.ThrowingEtwException(_eventSourceName, exception != null ? exception.ToString() : string.Empty, serializedException); 83WcfEventSource.Instance.ThrowingEtwExceptionVerbose(_eventSourceName, exception != null ? exception.ToString() : string.Empty, serializedException); 163return AsError<TPreferredException>(aggregateException, _eventSourceName); 301return TraceException(exception, _eventSourceName);