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