3 references to UnsafeGetAssociatedBindingCollectionElement
System.ServiceModel (3)
System\ServiceModel\Configuration\BindingsSection.cs (1)
322
bindingCollectionElement = ConfigurationHelpers.
UnsafeGetAssociatedBindingCollectionElement
(evaluationContext, binding);
System\ServiceModel\Configuration\ConfigurationHelpers.cs (1)
219
return
UnsafeGetAssociatedBindingCollectionElement
(null, bindingCollectionName);
System\ServiceModel\Description\ConfigLoader.cs (1)
1058
return (BindingCollectionElement)ConfigurationHelpers.
UnsafeGetAssociatedBindingCollectionElement
(context, bindingSectionName);