2 writes to CorrelatesWith
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\SendReply.cs (1)
175responseFormatter.CorrelatesWith = (InArgument<CorrelationHandle>)InArgument.CreateReference(responseFormatterCorrelatesWith, "ResponseFormatterCorrelatesWith");
System\ServiceModel\Activities\ToReply.cs (1)
119this.CorrelatesWith = new InArgument<CorrelationHandle>();
4 references to CorrelatesWith
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\ToReply.cs (4)
117if (this.CorrelatesWith == null) 121metadata.Bind(this.CorrelatesWith, correlatesWithArgument); 137CorrelationHandle correlatesWith = (this.CorrelatesWith == null) ? null : this.CorrelatesWith.Get(context);