1 write to resolver
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
617this.resolver = resolver;
10 references to resolver
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (10)
749request = this.resolver.GetWebRequest(_location, this.dialect, this.identifier); 766return MetadataLocationRetriever.GetXmlReader(response, this.resolver.MaxMessageSize, this.resolver.ReaderQuotas); 797request = this.resolver.GetWebRequest(_location, this.dialect, this.identifier); 809result = new AsyncMetadataLocationRetriever(request, this.resolver.MaxMessageSize, this.resolver.ReaderQuotas, timeoutHelper, callback, state); 952lock (this.resolver.ThisLock) 957channelFactory = this.resolver.GetChannelFactory(_address, this.dialect, this.identifier); 1005lock (this.resolver.ThisLock) 1010channelFactory = this.resolver.GetChannelFactory(_address, this.dialect, this.identifier);