6 instantiations of UriSchemeKeyedCollection
System.ServiceModel (4)
System\ServiceModel\ComIntegration\ComPlusServiceHost.cs (1)
38base.InitializeDescription(new UriSchemeKeyedCollection());
System\ServiceModel\ServiceHost.cs (3)
61this.baseAddresses = new UriSchemeKeyedCollection(this.ThisLock); 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));
12 references to UriSchemeKeyedCollection
System.ServiceModel (10)
System\ServiceModel\Channels\BaseUriWithWildcard.cs (1)
278UriSchemeKeyedCollection.ValidateBaseAddress(baseAddress, "context");
System\ServiceModel\Channels\TransportChannelListener.cs (1)
111UriSchemeKeyedCollection.ValidateBaseAddress(context.ListenUriBaseAddress, "baseAddress");
System\ServiceModel\ServiceHost.cs (8)
35UriSchemeKeyedCollection baseAddresses; 228internal UriSchemeKeyedCollection InternalBaseAddresses 444internal static Uri MakeAbsoluteUri(Uri relativeOrAbsoluteUri, Binding binding, UriSchemeKeyedCollection baseAddresses) 637internal static String GetBaseAddressSchemes(UriSchemeKeyedCollection uriSchemeKeyedCollection) 730internal static Uri GetVia(string scheme, Uri address, UriSchemeKeyedCollection baseAddresses) 750protected void InitializeDescription(UriSchemeKeyedCollection baseAddresses) 2020protected void InitializeDescription(object singletonInstance, UriSchemeKeyedCollection baseAddresses) 2031protected void InitializeDescription(Type serviceType, UriSchemeKeyedCollection baseAddresses)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
455void InitializeDescription(WorkflowService serviceDefinition, UriSchemeKeyedCollection baseAddresses)
System.WorkflowServices (1)
System\ServiceModel\WorkflowServiceHost.cs (1)
164void InitializeDescription(WorkflowDefinitionContext workflowDefinitionContext, UriSchemeKeyedCollection baseAddresses)