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