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