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