5 references to routeServiceTable
System.ServiceModel.Activation (5)
System\ServiceModel\Activation\ServiceRouteHandler.cs (5)
82
routeServiceTable
.Add(virtualPath, serviceInfo);
92
return (ServiceDeploymentInfo)
routeServiceTable
[normalizedVirtualPath];
100
ServiceDeploymentInfo serviceInfo = (ServiceDeploymentInfo)
routeServiceTable
[virtualPath];
113
ServiceDeploymentInfo serviceInfo = (ServiceDeploymentInfo)
routeServiceTable
[normalizedVirtualPath];
122
ServiceDeploymentInfo serviceInfo = (ServiceDeploymentInfo)
routeServiceTable
[normalizedVirtualPath];