1 write to _innerChannelFactory
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
16_innerChannelFactory = innerChannelFactory;
8 references to _innerChannelFactory
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (8)
21get { return _innerChannelFactory; } 37return _innerChannelFactory.GetProperty<T>(); 42return _innerChannelFactory.BeginOpen(timeout, callback, state); 47_innerChannelFactory.EndOpen(result); 52return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, _innerChannelFactory); 64_innerChannelFactory.Close(timeoutHelper.RemainingTime()); 69_innerChannelFactory.Open(timeout); 75_innerChannelFactory.Abort();