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