1 write to identifier
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
619
this.
identifier
= identifier;
8 references to identifier
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (8)
749
request = this.resolver.GetWebRequest(_location, this.dialect, this.
identifier
);
758
string.Format(SRServiceModel.SFxMetadataExchangeClientCouldNotCreateWebRequest, _location, this.dialect, this.
identifier
), e));
797
request = this.resolver.GetWebRequest(_location, this.dialect, this.
identifier
);
805
string.Format(SRServiceModel.SFxMetadataExchangeClientCouldNotCreateWebRequest, _location, this.dialect, this.
identifier
), e));
957
channelFactory = this.resolver.GetChannelFactory(_address, this.dialect, this.
identifier
);
965
string.Format(SRServiceModel.SFxMetadataExchangeClientCouldNotCreateChannelFactory, _address, this.dialect, this.
identifier
), e));
1010
channelFactory = this.resolver.GetChannelFactory(_address, this.dialect, this.
identifier
);
1018
string.Format(SRServiceModel.SFxMetadataExchangeClientCouldNotCreateChannelFactory, _address, this.dialect, this.
identifier
), e));