15 references to IMetadataExchange
dotnet-svcutil-lib (15)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (15)
29private ChannelFactory<IMetadataExchange> _factory; 47_factory = new ChannelFactory<IMetadataExchange>("*"); 82_factory = new ChannelFactory<IMetadataExchange>(endpointConfigurationName); 91_factory = new ChannelFactory<IMetadataExchange>(mexBinding); 199_factory = new ChannelFactory<IMetadataExchange>(mexBinding); 405protected internal virtual ChannelFactory<IMetadataExchange> GetChannelFactory(EndpointAddress metadataAddress, string dialect, string identifier) 950IMetadataExchange metadataClient; 954ChannelFactory<IMetadataExchange> channelFactory; 983private IMetadataExchange CreateChannel(ChannelFactory<IMetadataExchange> channelFactory) 1002IMetadataExchange metadataClient; 1007ChannelFactory<IMetadataExchange> channelFactory; 1086internal AsyncMetadataReferenceRetriever(IMetadataExchange metadataClient, MessageVersion messageVersion, TimeoutHelper timeoutHelper, AsyncCallback callback, object state) 1129IMetadataExchange metadataClient = (IMetadataExchange)result.AsyncState;