1 write to correlationCallback
System.ServiceModel (1)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (1)
133if (CorrelationCallbackMessageProperty.TryGet(message, out this.correlationCallback))
4 references to correlationCallback
System.ServiceModel (4)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (4)
135ContextExchangeCorrelationHelper.AddOutgoingCorrelationCallbackData(this.correlationCallback, message, false); 137if (this.correlationCallback.IsFullyDefined) 139IAsyncResult result = correlationCallback.BeginFinalizeCorrelation(this.message, this.timeoutHelper.RemainingTime(), onFinalizeCorrelation, this); 230this.replyMessage = this.correlationCallback.EndFinalizeCorrelation(result);