1 write to location
System.ServiceModel (1)
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
750
this.
location
= location;
9 references to location
System.ServiceModel (9)
System\ServiceModel\Description\MetadataExchangeClient.cs (9)
769
return obj is MetadataLocationRetriever && ((MetadataLocationRetriever)obj).
location
== this.
location
;
774
return
location
.GetHashCode();
783
request = this.resolver.GetWebRequest(this.
location
, this.dialect, this.identifier);
792
SR.GetString(SR.SFxMetadataExchangeClientCouldNotCreateWebRequest, this.
location
, this.dialect, this.identifier), e));
795
TraceSendRequest(this.
location
);
827
request = this.resolver.GetWebRequest(this.
location
, this.dialect, this.identifier);
835
SR.GetString(SR.SFxMetadataExchangeClientCouldNotCreateWebRequest, this.
location
, this.dialect, this.identifier), e));
838
TraceSendRequest(this.
location
);