3 references to BackupList
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\Configuration\RoutingSection.cs (3)
83if (!string.IsNullOrEmpty(entry.BackupList)) 85BackupEndpointCollection alternateEndpointListElement = routingSection.BackupLists[entry.BackupList]; 88throw FxTrace.Exception.AsError(new InvalidOperationException(SR2.BackupListNotFound(entry.BackupList)));