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