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)
943
get { return
_address
.Uri.ToString(); }
957
channelFactory = this.resolver.GetChannelFactory(
_address
, this.dialect, this.identifier);
965
string.Format(SRServiceModel.SFxMetadataExchangeClientCouldNotCreateChannelFactory,
_address
, this.dialect, this.identifier), e));
970
TraceSendRequest(
_address
);
987
return channelFactory.CreateChannel(
_address
, _via);
991
return channelFactory.CreateChannel(
_address
);
1010
channelFactory = this.resolver.GetChannelFactory(
_address
, this.dialect, this.identifier);
1018
string.Format(SRServiceModel.SFxMetadataExchangeClientCouldNotCreateChannelFactory,
_address
, this.dialect, this.identifier), e));
1026
TraceSendRequest(
_address
);
1074
return obj is MetadataReferenceRetriever && ((MetadataReferenceRetriever)obj).
_address
==
_address
;
1079
return
_address
.GetHashCode();