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