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