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