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