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