1 write to reply
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowService.cs (1)
888this.reply = reply;
4 references to reply
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\WorkflowService.cs (4)
893return this.receive == other.receive && this.reply == other.reply; 904if (this.reply != null) 906hash ^= this.reply.GetHashCode();