41 references to FxTrace
System.ServiceModel.Primitives (41)
Internals\WcfEventSource.cs (8)
867TracePayload payload = FxTrace.Trace.GetSerializedPayload(source, null, null); 887TracePayload payload = FxTrace.Trace.GetSerializedPayload(source, null, null); 907TracePayload payload = FxTrace.Trace.GetSerializedPayload(source, null, null); 927TracePayload payload = FxTrace.Trace.GetSerializedPayload(source, null, null); 946TracePayload payload = FxTrace.Trace.GetSerializedPayload(source, null, null); 966TracePayload payload = FxTrace.Trace.GetSerializedPayload(source, null, null); 1360TracePayload serializedPayload = FxTrace.Trace.GetSerializedPayload(null, null, exception); 1417TracePayload payload = FxTrace.Trace.GetSerializedPayload(source, null, null);
SMDiagnostics\DiagnosticUtility.cs (1)
54FxTrace.Exception.TraceHandledException(exception, traceEventType);
SMDiagnostics\System\ServiceModel\Diagnostics\ExceptionUtility.cs (2)
135FxTrace.Exception.TraceEtwException(exception, eventLevel); 146FxTrace.Exception.TraceEtwException(exception, eventType);
System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
830throw FxTrace.Exception.AsError(new ProtocolException(SRP.Format(SRP.EncoderUnrecognizedContentType, contentType, ContentType))); 849throw FxTrace.Exception.AsError(new ProtocolException(SRP.Format(SRP.EncoderUnrecognizedContentType, contentType, ContentType)));
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (1)
161throw FxTrace.Exception.AsError(new NotSupportedException(SRP.Format(
System\ServiceModel\Channels\ServiceChannel.cs (1)
626if (FxTrace.Trace.IsEnd2EndActivityTracingEnabled)
System\ServiceModel\Channels\TransportOutputChannel.cs (1)
51if (FxTrace.Trace.IsEnd2EndActivityTracingEnabled)
System\ServiceModel\Diagnostics\EventTraceActivityHelper.cs (1)
18if (FxTrace.Trace.IsEnd2EndActivityTracingEnabled && (message != null) && (activity != null))
System\ServiceModel\Diagnostics\ServiceModelActivity.cs (4)
187if (null != FxTrace.Trace) 189FxTrace.Trace.TraceTransfer(activityId); 384if (null != FxTrace.Trace) 386FxTrace.Trace.TraceTransfer(parentId);
System\ServiceModel\Diagnostics\TraceUtility.cs (5)
187FxTrace.Trace.SetAndTraceTransfer(activityId, !createNewActivityId); 212if (null != FxTrace.Trace) 214FxTrace.Trace.TraceTransfer(activity.Id); 572if (null != FxTrace.Trace) 574FxTrace.Trace.TraceTransfer(guid);
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
1281if (FxTrace.Trace.IsEnd2EndActivityTracingEnabled && message != null)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
298FxTrace.Trace.SetAndTraceTransfer(TraceUtility.GetReceivedActivityId(rpc.OperationContext), true); 304FxTrace.Trace.SetAndTraceTransfer(rpc.ResponseActivityId, true);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
1001if (null != FxTrace.Trace) 1003FxTrace.Trace.TraceTransfer(_activity.Id);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
303if (FxTrace.Trace.IsEnd2EndActivityTracingEnabled && rpc.EventTraceActivity != null) 448if (FxTrace.Trace.IsEnd2EndActivityTracingEnabled && rpc.EventTraceActivity != null)
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
134if (EventTraceActivity == null && FxTrace.Trace.IsEnd2EndActivityTracingEnabled)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (2)
98throw FxTrace.Exception.AsError<FaultException>(ae); 107throw FxTrace.Exception.AsError(new TaskCanceledException(task));
System\ServiceModel\Security\IdentityVerifier.cs (1)
219if (FxTrace.Trace.IsEnd2EndActivityTracingEnabled)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (4)
286throw FxTrace.Exception.AsError(new MessageSecurityException(ex.Message)); 303throw FxTrace.Exception.AsError(new MessageSecurityException(ex.Message)); 320throw FxTrace.Exception.AsError(new MessageSecurityException(ex.Message)); 337throw FxTrace.Exception.AsError(new MessageSecurityException(ex.Message));