1 write to callbackContext
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\CorrelationHandle.cs (1)
137
this.
callbackContext
= value;
3 references to callbackContext
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\CorrelationHandle.cs (3)
131
return this.
callbackContext
;
136
Fx.Assert(this.
callbackContext
== null || this.
callbackContext
== value, "cannot set two different callback contexts");