1 write to ExternalMetadataLocation
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceMetadataPublishingElement.cs (1)
120behavior.ExternalMetadataLocation = this.ExternalMetadataLocation;
5 references to ExternalMetadataLocation
System.ServiceModel (5)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (2)
299if (null != metadataBehavior.ExternalMetadataLocation) 301instance.SetProperty(AdministrationStrings.ExternalMetadataLocation, metadataBehavior.ExternalMetadataLocation.ToString());
System\ServiceModel\Description\ServiceMetadataBehavior.cs (3)
249mex.ExternalMetadataLocation = this.ExternalMetadataLocation; 465if (this.behavior.ExternalMetadataLocation == null || this.behavior.ExternalMetadataLocation.ToString() == string.Empty)