8 references to ContextExchangeCorrelationHelper
System.ServiceModel (8)
System\ServiceModel\Channels\ContextBindingElement.cs (1)
399get { return ContextExchangeCorrelationHelper.CorrelationName; }
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);
System\ServiceModel\Channels\ServiceContextProtocol.cs (1)
45ContextExchangeCorrelationHelper.AddIncomingContextCorrelationData(message);