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)
734return obj is MetadataLocationRetriever && ((MetadataLocationRetriever)obj)._location == _location; 739return _location.GetHashCode(); 749request = this.resolver.GetWebRequest(_location, this.dialect, this.identifier); 758string.Format(SRServiceModel.SFxMetadataExchangeClientCouldNotCreateWebRequest, _location, this.dialect, this.identifier), e)); 761TraceSendRequest(_location); 797request = this.resolver.GetWebRequest(_location, this.dialect, this.identifier); 805string.Format(SRServiceModel.SFxMetadataExchangeClientCouldNotCreateWebRequest, _location, this.dialect, this.identifier), e)); 808TraceSendRequest(_location);