1 write to resolver
System.ServiceModel (1)
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
501
this.
resolver
= resolver;
4 references to resolver
System.ServiceModel (4)
System\ServiceModel\Description\MetadataExchangeClient.cs (4)
544
MetadataRetriever retriever = new MetadataReferenceRetriever(address, this.
resolver
, section.Dialect, section.Identifier);
557
MetadataRetriever retriever = new MetadataLocationRetriever(this.CreateUri(section.SourceUrl, location), this.
resolver
, section.Dialect, section.Identifier);
597
this.
resolver
));
609
EnqueueRetrieverIfShouldResolve(new MetadataLocationRetriever(this.CreateUri(section.SourceUrl, import.Location), this.
resolver
));