6 instantiations of MetadataLocationRetriever
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (6)
244return this.BeginGetMetadata(new MetadataLocationRetriever(address, this), callback, asyncState); 288? (MetadataRetriever)new MetadataLocationRetriever(address, this) 336retriever = new MetadataLocationRetriever(address, this); 521MetadataRetriever retriever = new MetadataLocationRetriever(this.CreateUri(section.SourceUrl, location), _resolver, section.Dialect, section.Identifier); 559new MetadataLocationRetriever( 573EnqueueRetrieverIfShouldResolve(new MetadataLocationRetriever(this.CreateUri(section.SourceUrl, import.Location), _resolver));
4 references to MetadataLocationRetriever
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (4)
734return obj is MetadataLocationRetriever && ((MetadataLocationRetriever)obj)._location == _location; 766return MetadataLocationRetriever.GetXmlReader(response, this.resolver.MaxMessageSize, this.resolver.ReaderQuotas); 900MetadataLocationRetriever.GetXmlReader((HttpWebResponse)request.EndGetResponse(result), _maxMessageSize, _readerQuotas))