6 references to CorrelatesWith
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\CorrelationScope.cs (6)
49
metadata.Bind(this.
CorrelatesWith
, correlatesWithArgument);
58
if (this.
CorrelatesWith
!= null && this.
CorrelatesWith
.Expression != null)
60
ambientHandle = this.
CorrelatesWith
.Get(context);
77
return this.
CorrelatesWith
!= null && this.
CorrelatesWith
.Expression != null;