1 write to receiveAndReplyPairs
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowService.cs (1)
635this.receiveAndReplyPairs = new HashSet<ReceiveAndReplyTuple>();
5 references to receiveAndReplyPairs
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\WorkflowService.cs (5)
400Fx.Assert(this.knownServiceActivities != null && this.receiveAndReplyPairs != null, "Failed to walk the activity tree!"); 474this.receiveAndReplyPairs.Remove(pair); 487this.receiveAndReplyPairs.Remove(pair); 508if (this.receiveAndReplyPairs.Count != 0) 691this.receiveAndReplyPairs.Add(tuple);