3 references to EnsureOpened
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
557EnsureOpened();
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
533cf.EnsureOpened(); // to prevent the NullReferenceException that is thrown if the ChannelFactory is not open when cf.ServiceChannelFactory is accessed.
FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexChannelFactory.cs (1)
241EnsureOpened();