4 instantiations of ServiceContextProtocol
System.ServiceModel (4)
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
26this.contextProtocol = new ServiceContextProtocol(contextExchangeMechanism);
System\ServiceModel\Channels\ContextInputChannelBase.cs (1)
20this.contextProtocol = new ServiceContextProtocol(contextExchangeMechanism);
System\ServiceModel\Channels\ContextReplyChannel.cs (1)
130ServiceContextProtocol contextProtocol = new ServiceContextProtocol(this.contextExchangeMechanism);
System\ServiceModel\Channels\ContextReplySessionChannel.cs (1)
18this.contextProtocol = new ServiceContextProtocol(contextExchangeMechanism);
2 references to ServiceContextProtocol
System.ServiceModel (2)
System\ServiceModel\Channels\ContextInputChannelBase.cs (1)
14ServiceContextProtocol contextProtocol;
System\ServiceModel\Channels\ContextReplyChannel.cs (1)
130ServiceContextProtocol contextProtocol = new ServiceContextProtocol(this.contextExchangeMechanism);