2 instantiations of SynchronousSendBindingElement
System.ServiceModel.Routing (2)
System\ServiceModel\Channels\SynchronousSendBindingElement.cs (1)
18return new SynchronousSendBindingElement();
System\ServiceModel\Routing\ClientFactory.cs (1)
86binding.Elements.Insert(0, new SynchronousSendBindingElement());
2 references to SynchronousSendBindingElement
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\ClientFactory.cs (2)
83SynchronousSendBindingElement syncSend = binding.Elements.Find<SynchronousSendBindingElement>();