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