3 writes to SourceUrl
System.ServiceModel (3)
System\ServiceModel\Description\MetadataExchangeClient.cs (3)
534
innerSection.
SourceUrl
= section.SourceUrl;
616
schemaSection.
SourceUrl
= section.SourceUrl;
711
section.
SourceUrl
= sourceUrl;
5 references to SourceUrl
System.ServiceModel (5)
System\ServiceModel\Description\MetadataExchangeClient.cs (5)
534
innerSection.SourceUrl = section.
SourceUrl
;
557
MetadataRetriever retriever = new MetadataLocationRetriever(this.CreateUri(section.
SourceUrl
, location), this.resolver, section.Dialect, section.Identifier);
596
this.CreateUri(section.
SourceUrl
, external.SchemaLocation),
609
EnqueueRetrieverIfShouldResolve(new MetadataLocationRetriever(this.CreateUri(section.
SourceUrl
, import.Location), this.resolver));
616
schemaSection.SourceUrl = section.
SourceUrl
;