14 references to CanBuildChannelListener
System.ServiceModel (12)
System\ServiceModel\Channels\InternalDuplexBindingElement.cs (6)
204if (binding.CanBuildChannelListener<IDuplexChannel>()) 210binding.CanBuildChannelListener<IInputChannel>()) 212if (binding.CanBuildChannelListener<IReplyChannel>()) 214if (binding.CanBuildChannelListener<IReplySessionChannel>()) 216if (binding.CanBuildChannelListener<IInputSessionChannel>()) 218if (binding.CanBuildChannelListener<IDuplexSessionChannel>())
System\ServiceModel\Description\DispatcherBuilder.cs (6)
346if (binding.CanBuildChannelListener<IInputChannel>()) 350if (binding.CanBuildChannelListener<IReplyChannel>()) 354if (binding.CanBuildChannelListener<IDuplexChannel>()) 358if (binding.CanBuildChannelListener<IInputSessionChannel>()) 362if (binding.CanBuildChannelListener<IReplySessionChannel>()) 366if (binding.CanBuildChannelListener<IDuplexSessionChannel>())
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Description\WorkflowInstanceManagementBehavior.cs (2)
173if (controlEndpointBinding.CanBuildChannelListener<IDuplexSessionChannel>(controlEndpointAddress, parameters)) 177else if (controlEndpointBinding.CanBuildChannelListener<IReplySessionChannel>(controlEndpointAddress, parameters))