1 write to activityId
System.Workflow.Activities (1)
LocalService\MessageQueueKey.cs (1)
67
this.
activityId
= activityId;
2 references to activityId
System.Workflow.Activities (2)
LocalService\MessageQueueKey.cs (2)
231
if (String.IsNullOrEmpty(this.
activityId
))
234
return (AssemblyQualifiedName.GetHashCode() ^ this.operation.GetHashCode() ^ this.
activityId
.GetHashCode());