2 references to BindingElementCollection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingContext.cs (1)
43
_remainingBindingElements = new
BindingElementCollection
(remainingBindingElements);
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
121
BindingElementCollection bindingElementsWithoutContext = new
BindingElementCollection
(bindingElements);