1 write to parent
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
535this.parent = parent;
9 references to parent
System.ServiceModel (9)
System\ServiceModel\Description\ServiceMetadataExtension.cs (9)
539if (this.parent.ExternalMetadataLocation != null && this.parent.ExternalMetadataLocation != EmptyUri) 556Fx.Assert(this.parent.ExternalMetadataLocation != null, ""); 557Uri location = this.parent.ExternalMetadataLocation; 561Uri httpAddr = parent.owner.GetVia(Uri.UriSchemeHttp, location); 562Uri httpsAddr = parent.owner.GetVia(Uri.UriSchemeHttps, location); 574throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument("ExternalMetadataLocation", SR.GetString(SR.SFxBadMetadataLocationNoAppropriateBaseAddress, this.parent.ExternalMetadataLocation.OriginalString)); 590foreach (MetadataSection document in parent.Metadata.MetadataSections) 606response.Metadata.WriteFilter = parent.GetWriteFilter(request, this.listenUri, true);