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