1 write to _location
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
713
_location
= location;
9 references to _location
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (9)
734
return obj is MetadataLocationRetriever && ((MetadataLocationRetriever)obj).
_location
==
_location
;
739
return
_location
.GetHashCode();
749
request = this.resolver.GetWebRequest(
_location
, this.dialect, this.identifier);
758
string.Format(SRServiceModel.SFxMetadataExchangeClientCouldNotCreateWebRequest,
_location
, this.dialect, this.identifier), e));
761
TraceSendRequest(
_location
);
797
request = this.resolver.GetWebRequest(
_location
, this.dialect, this.identifier);
805
string.Format(SRServiceModel.SFxMetadataExchangeClientCouldNotCreateWebRequest,
_location
, this.dialect, this.identifier), e));
808
TraceSendRequest(
_location
);