3 references to UnsafeGetAssociatedEndpointCollectionElement
System.ServiceModel (3)
System\ServiceModel\Configuration\ConfigurationHelpers.cs (1)
243return UnsafeGetAssociatedEndpointCollectionElement(null, endpointCollectionName);
System\ServiceModel\Configuration\StandardEndpointsSection.cs (1)
223endpointCollectionElement = ConfigurationHelpers.UnsafeGetAssociatedEndpointCollectionElement(evaluationContext, endpoint);
System\ServiceModel\Description\ConfigLoader.cs (1)
575endpointCollectionElement = (EndpointCollectionElement)ConfigurationHelpers.UnsafeGetAssociatedEndpointCollectionElement(context, endpointSectionName);