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