1 write to e2eActivityId
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
83this.e2eActivityId = new Variable<Guid>();
3 references to e2eActivityId
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\InternalSendMessage.cs (3)
595metadata.AddImplementationVariable(this.e2eActivityId); 802this.e2eActivityId.Set(context, e2eTracingId); 875Guid e2eActivityId = this.e2eActivityId.Get(context);