2 references to Id
System.ServiceModel (2)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
940EndpointDispatcher dispatcher = new EndpointDispatcher(address, contractDescription.Name, contractDescription.Namespace, endpoint.Id, endpoint.InternalIsSystemEndpoint(serviceDescription));
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
485EndpointDispatcher endpointDispatcher = GetListenerByID(this.host.ChannelDispatchers, endpoint.Id);