1 write to _innerChannelFactory
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
258_innerChannelFactory = innerChannelFactory;
8 references to _innerChannelFactory
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (8)
273_innerChannelFactory.Abort(); 278return _innerChannelFactory.BeginOpen(timeout, callback, state); 283_innerChannelFactory.EndOpen(result); 288return _innerChannelFactory.BeginClose(timeout, callback, state); 293_innerChannelFactory.EndClose(result); 298_innerChannelFactory.Close(timeout); 303_innerChannelFactory.Open(timeout); 308return _innerChannelFactory.GetProperty<T>();