4 references to
System.ServiceModel (4)
System\ServiceModel\Configuration\ConfigurationHelpers.cs (2)
94retVal = (EndpointCollectionElement)endpointsSection[endpointCollectionName]; 126retVal = (EndpointCollectionElement)endpointsSection[endpointCollectionName];
System\ServiceModel\Configuration\StandardEndpointsSection.cs (2)
32endpointCollectionElements.Add(property.Name, this[property.Name]); 91endpointCollections.Add(this[property.Name]);