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