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