1 write to ExternalMetadataLocation
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
249mex.ExternalMetadataLocation = this.ExternalMetadataLocation;
8 references to ExternalMetadataLocation
System.ServiceModel (8)
System\ServiceModel\Description\ServiceMetadataExtension.cs (8)
539if (this.parent.ExternalMetadataLocation != null && this.parent.ExternalMetadataLocation != EmptyUri) 556Fx.Assert(this.parent.ExternalMetadataLocation != null, ""); 557Uri location = this.parent.ExternalMetadataLocation; 574throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument("ExternalMetadataLocation", SR.GetString(SR.SFxBadMetadataLocationNoAppropriateBaseAddress, this.parent.ExternalMetadataLocation.OriginalString)); 702if (this.parent.ExternalMetadataLocation == null || this.parent.ExternalMetadataLocation == EmptyUri) 708Uri location = this.parent.ExternalMetadataLocation;