1 write to host
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
460this.host = host;
3 references to host
System.ServiceModel (3)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (3)
485EndpointDispatcher endpointDispatcher = GetListenerByID(this.host.ChannelDispatchers, endpoint.Id); 509Fx.Assert(this.host != null, "ServiceHostBase field on MetadataExtensionInitializer should never be null."); 510wsdlExporter.ExportEndpoints(exportedEndpoints, serviceName, this.host.GetBindingParameters(exportedEndpoints));