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