1 write to resolver
System.ServiceModel (1)
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
653this.resolver = resolver;
10 references to resolver
System.ServiceModel (10)
System\ServiceModel\Description\MetadataExchangeClient.cs (10)
783request = this.resolver.GetWebRequest(this.location, this.dialect, this.identifier); 800return MetadataLocationRetriever.GetXmlReader(response, this.resolver.MaxMessageSize, this.resolver.ReaderQuotas); 827request = this.resolver.GetWebRequest(this.location, this.dialect, this.identifier); 839result = new AsyncMetadataLocationRetriever(request, this.resolver.MaxMessageSize, this.resolver.ReaderQuotas, timeoutHelper, callback, state); 994lock (this.resolver.ThisLock) 999channelFactory = this.resolver.GetChannelFactory(this.address, this.dialect, this.identifier); 1047lock (this.resolver.ThisLock) 1052channelFactory = this.resolver.GetChannelFactory(this.address, this.dialect, this.identifier);