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