1 instantiation of BackupEndpointCollection
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\Configuration\RoutingSection.cs (1)
218return new BackupEndpointCollection();
7 references to BackupEndpointCollection
System.ServiceModel.Routing (7)
System\ServiceModel\Routing\Configuration\RoutingSection.cs (7)
85BackupEndpointCollection alternateEndpointListElement = routingSection.BackupLists[entry.BackupList]; 213[ConfigurationCollection(typeof(BackupEndpointCollection), AddItemName = ConfigurationStrings.BackupList)] 223return ((BackupEndpointCollection)element).Name; 226public void Add(BackupEndpointCollection element) 243public void Remove(BackupEndpointCollection element) 255new public BackupEndpointCollection this[string name] 259return (BackupEndpointCollection)BaseGet(name);