1 write to diagnosticTrace
SMDiagnostics (1)
System\ServiceModel\Diagnostics\ExceptionUtility.cs (1)
41
this.
diagnosticTrace
= (LegacyDiagnosticTrace)diagnosticTrace;
7 references to diagnosticTrace
SMDiagnostics (7)
System\ServiceModel\Diagnostics\ExceptionUtility.cs (7)
56
logger = new System.Runtime.Diagnostics.EventLogger(this.eventSourceName, this.
diagnosticTrace
);
121
bool shouldTrace = (this.
diagnosticTrace
!= null && this.
diagnosticTrace
.ShouldTrace(eventType));
127
this.
diagnosticTrace
.TraceEvent(eventType, DiagnosticsTraceCode.ThrowingException, LegacyDiagnosticTrace.GenerateMsdnTraceCode("System.ServiceModel.Diagnostics", "ThrowingException"), TraceSR.GetString(TraceSR.ThrowingException), extendedData, exception, null);
241
bool shouldTrace = (this.
diagnosticTrace
!= null && this.
diagnosticTrace
.ShouldTrace(eventType));
247
this.
diagnosticTrace
.TraceEvent(eventType, DiagnosticsTraceCode.TraceHandledException, LegacyDiagnosticTrace.GenerateMsdnTraceCode("System.ServiceModel.Diagnostics", "TraceHandledException"), TraceSR.GetString(TraceSR.TraceHandledException), null, exception, null);