5 references to MetadataLocationRetriever
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (5)
244return this.BeginGetMetadata(new MetadataLocationRetriever(address, this), callback, asyncState); 288? (MetadataRetriever)new MetadataLocationRetriever(address, this) 336retriever = new MetadataLocationRetriever(address, this); 559new MetadataLocationRetriever( 573EnqueueRetrieverIfShouldResolve(new MetadataLocationRetriever(this.CreateUri(section.SourceUrl, import.Location), _resolver));