1 write to _address
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
937_address = address;
12 references to _address
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (12)
943get { return _address.Uri.ToString(); } 957channelFactory = this.resolver.GetChannelFactory(_address, this.dialect, this.identifier); 965string.Format(SRServiceModel.SFxMetadataExchangeClientCouldNotCreateChannelFactory, _address, this.dialect, this.identifier), e)); 970TraceSendRequest(_address); 987return channelFactory.CreateChannel(_address, _via); 991return channelFactory.CreateChannel(_address); 1010channelFactory = this.resolver.GetChannelFactory(_address, this.dialect, this.identifier); 1018string.Format(SRServiceModel.SFxMetadataExchangeClientCouldNotCreateChannelFactory, _address, this.dialect, this.identifier), e)); 1026TraceSendRequest(_address); 1074return obj is MetadataReferenceRetriever && ((MetadataReferenceRetriever)obj)._address == _address; 1079return _address.GetHashCode();