1 instantiation of EndpointInfo
System.ServiceModel (1)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
770endpointInfosPerEndpointAddress[endpoint.Address].Add(new EndpointInfo(endpoint, dispatcher, provider));
9 references to EndpointInfo
System.ServiceModel (9)
System\ServiceModel\Description\DispatcherBuilder.cs (9)
640Dictionary<EndpointAddress, Collection<EndpointInfo>> endpointInfosPerEndpointAddress 641= new Dictionary<EndpointAddress, Collection<EndpointInfo>>(); 768endpointInfosPerEndpointAddress.Add(endpoint.Address, new Collection<EndpointInfo>()); 835Collection<EndpointInfo> infos = endpointInfosPerEndpointAddress[endpoint.Address]; 836EndpointInfo info = null; 837foreach (EndpointInfo ei in infos) 868foreach (Collection<EndpointInfo> endpointInfos in endpointInfosPerEndpointAddress.Values) 904void EnsureRequiredRuntimeProperties(Dictionary<EndpointAddress, Collection<EndpointInfo>> endpointInfosPerEndpointAddress) 906foreach (Collection<EndpointInfo> endpointInfos in endpointInfosPerEndpointAddress.Values)