2 writes to ambientCorrelation
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalReceiveMessage.cs (2)
1153
this.
ambientCorrelation
= context.Properties.Find(CorrelationHandle.StaticExecutionPropertyName) as CorrelationHandle;
1160
this.
ambientCorrelation
= ambientCorrelation;
2 references to ambientCorrelation
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalReceiveMessage.cs (2)
1149
return this.
ambientCorrelation
;
1154
return this.
ambientCorrelation
;