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