5 references to TraceException
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ExceptionTrace.cs (5)
76return TraceException<Exception>(exception, eventSource); 99return TraceException<Exception>(targetInvocationException, eventSource); 139return TraceException(aggregateException, eventSource); 159TraceException<Exception>(innerException, eventSource); 219return TraceException<TException>(exception, _eventSourceName);