5 references to MetadataLocationRetriever
System.ServiceModel (5)
System\ServiceModel\Description\MetadataExchangeClient.cs (5)
269return this.BeginGetMetadata(new MetadataLocationRetriever(address, this), callback, asyncState); 311? (MetadataRetriever) new MetadataLocationRetriever(address, this) 358retriever = new MetadataLocationRetriever(address, this); 595new MetadataLocationRetriever( 609EnqueueRetrieverIfShouldResolve(new MetadataLocationRetriever(this.CreateUri(section.SourceUrl, import.Location), this.resolver));