6 references to MetadataReferenceRetriever
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (6)
248return this.BeginGetMetadata(new MetadataReferenceRetriever(new EndpointAddress(address), this), callback, asyncState); 258return this.BeginGetMetadata(new MetadataReferenceRetriever(address, this), callback, asyncState); 289: (MetadataRetriever)new MetadataReferenceRetriever(new EndpointAddress(address), this); 301return Task.Factory.FromAsync<MetadataRetriever, MetadataSet>(this.BeginGetMetadata, this.EndGetMetadata, new MetadataReferenceRetriever(address, this), /* state */ null); 340retriever = new MetadataReferenceRetriever(new EndpointAddress(address), this); 352MetadataReferenceRetriever retriever = new MetadataReferenceRetriever(address, this);