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