1 write to _eventActivity
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
163
_eventActivity
= EventTraceActivity.GetFromThreadOrCreate();
2 references to _eventActivity
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
160
if (
_eventActivity
== null)
165
return
_eventActivity
;