5 references to EnsureOpened
System.ServiceModel.Primitives (5)
System\ServiceModel\ChannelFactory.cs (3)
476EnsureOpened(); 492EnsureOpened(); 498EnsureOpened();
System\ServiceModel\ClientBase.cs (1)
910cf.EnsureOpened(); // to prevent the NullReferenceException that is thrown if the ChannelFactory is not open when cf.ServiceChannelFactory is accessed.
System\ServiceModel\DuplexChannelFactory.cs (1)
199EnsureOpened();