1 write to operation
System.Workflow.Activities (1)
LocalService\MessageQueueKey.cs (1)
51this.operation = operation;
4 references to operation
System.Workflow.Activities (4)
LocalService\MessageQueueKey.cs (4)
83return this.operation; 232return (AssemblyQualifiedName.GetHashCode() ^ this.operation.GetHashCode()); 234return (AssemblyQualifiedName.GetHashCode() ^ this.operation.GetHashCode() ^ this.activityId.GetHashCode()); 245stringBuilder.AppendLine("Method Name:" + this.operation.ToString());