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