6 references to AddOutgoingCorrelationCallbackData
System.ServiceModel (6)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (2)
80ContextExchangeCorrelationHelper.AddOutgoingCorrelationCallbackData(callback, message, false); 135ContextExchangeCorrelationHelper.AddOutgoingCorrelationCallbackData(this.correlationCallback, message, false);
System\ServiceModel\Channels\ContextOutputChannelBase.cs (2)
76ContextExchangeCorrelationHelper.AddOutgoingCorrelationCallbackData(callback, message, this.IsClient); 126ContextExchangeCorrelationHelper.AddOutgoingCorrelationCallbackData(this.correlationCallback, message, this.channel.IsClient);
System\ServiceModel\Channels\ContextRequestChannelBase.cs (2)
76ContextExchangeCorrelationHelper.AddOutgoingCorrelationCallbackData(callback, message, true); 132ContextExchangeCorrelationHelper.AddOutgoingCorrelationCallbackData(this.correlationCallback, message, true);