1 write to correlationCallback
System.ServiceModel (1)
System\ServiceModel\Channels\ContextRequestChannelBase.cs (1)
130if (CorrelationCallbackMessageProperty.TryGet(message, out this.correlationCallback))
4 references to correlationCallback
System.ServiceModel (4)
System\ServiceModel\Channels\ContextRequestChannelBase.cs (4)
132ContextExchangeCorrelationHelper.AddOutgoingCorrelationCallbackData(this.correlationCallback, message, true); 134if (this.correlationCallback.IsFullyDefined) 136IAsyncResult result = this.correlationCallback.BeginFinalizeCorrelation(this.message, this.timeoutHelper.RemainingTime(), onFinalizeCorrelation, this); 228this.requestMessage = this.correlationCallback.EndFinalizeCorrelation(result);