2 writes to tlsActivity
System.Data (2)
fx\src\data\System\Data\Common\ActivityCorrelator.cs (2)
72
tlsActivity
= new ActivityId();
87
tlsActivity
= new ActivityId();
5 references to tlsActivity
System.Data (5)
fx\src\data\System\Data\Common\ActivityCorrelator.cs (5)
70
if (
tlsActivity
== null)
75
return new ActivityId(
tlsActivity
);
85
if (
tlsActivity
== null)
90
tlsActivity
.Increment();
92
return new ActivityId(
tlsActivity
);