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