2 references to _activityId
System.Diagnostics.TraceSource (2)
System\Diagnostics\CorrelationManager.cs (2)
28
public Guid ActivityId { get { return
_activityId
.Value; } set {
_activityId
.Value = value; } }