5 references to UriSchemeKeyedCollection
System.ServiceModel (3)
System\ServiceModel\ComIntegration\ComPlusServiceHost.cs (1)
38base.InitializeDescription(new UriSchemeKeyedCollection());
System\ServiceModel\ServiceHost.cs (2)
1679InitializeDescription(serviceType, new UriSchemeKeyedCollection(baseAddresses)); 1699InitializeDescription(singletonInstance, new UriSchemeKeyedCollection(baseAddresses));
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
276InitializeDescription(serviceDefinition, new UriSchemeKeyedCollection(baseAddresses));
System.WorkflowServices (1)
System\ServiceModel\WorkflowServiceHost.cs (1)
72InitializeDescription(workflowDefinitionContext, new UriSchemeKeyedCollection(baseAddress));