1 write to _innerFactory
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
376_innerFactory = CreateFactory();
15 references to _innerFactory
dotnet-svcutil-lib (15)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (15)
93get { return _innerFactory; } 197if (_innerFactory != null) 199return _innerFactory.GetProperty<T>(); 301if (_innerFactory != null) 303_innerFactory.Abort(); 319if (_innerFactory != null) 321IAsyncChannelFactory asyncFactory = _innerFactory as IAsyncChannelFactory; 328_innerFactory.Close(timeout); 345if (_innerFactory != null) 347IAsyncChannelFactory asyncFactory = _innerFactory as IAsyncChannelFactory; 354_innerFactory.Open(timeout); 361if (_innerFactory != null) 363_innerFactory.Close(timeout); 369_innerFactory.Open(timeout); 384if (_innerFactory == null)