11 references to IsEnd2EndActivityTracingEnabled
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ActionItem.cs (2)
124
if (Fx.Trace.
IsEnd2EndActivityTracingEnabled
)
139
if (_flowLegacyActivityId || Fx.Trace.
IsEnd2EndActivityTracingEnabled
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
631
if (FxTrace.Trace.
IsEnd2EndActivityTracingEnabled
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
468
if (FxTrace.Trace.
IsEnd2EndActivityTracingEnabled
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportOutputChannel.cs (1)
54
if (FxTrace.Trace.
IsEnd2EndActivityTracingEnabled
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\EventTraceActivityHelper.cs (1)
18
if (FxTrace.Trace.
IsEnd2EndActivityTracingEnabled
&& (message != null) && (activity != null))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
1274
if (FxTrace.Trace.
IsEnd2EndActivityTracingEnabled
&& message != null)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
237
if (FxTrace.Trace.
IsEnd2EndActivityTracingEnabled
&& rpc.EventTraceActivity != null)
380
if (FxTrace.Trace.
IsEnd2EndActivityTracingEnabled
&& rpc.EventTraceActivity != null)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
138
if (this.EventTraceActivity == null && FxTrace.Trace.
IsEnd2EndActivityTracingEnabled
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\IdentityVerifier.cs (1)
217
if (FxTrace.Trace.
IsEnd2EndActivityTracingEnabled
)