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