3 instantiations of OneWayBindingElement
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OneWayBindingElement.cs (1)
67return new OneWayBindingElement(this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OneWayBindingElementImporter.cs (2)
34OneWayBindingElement bindingElement = new OneWayBindingElement(); 52context.BindingElements.Add(new OneWayBindingElement());
4 references to OneWayBindingElement
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OneWayBindingElement.cs (3)
27private OneWayBindingElement(OneWayBindingElement elementToBeCloned) 170OneWayBindingElement oneWay = context.BindingElements.Find<OneWayBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OneWayBindingElementImporter.cs (1)
34OneWayBindingElement bindingElement = new OneWayBindingElement();