1 instantiation of SimpleStateManager
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
101stateManager = new SimpleStateManager(this);
7 references to SimpleStateManager
System.ServiceModel (7)
System\ServiceModel\Channels\PeerNodeImplementation.cs (3)
58SimpleStateManager stateManager; // manages open/close operations 697SimpleStateManager.EndClose(result); 705SimpleStateManager.EndOpen(result);
System\ServiceModel\Channels\PeerNodeStateManager.cs (4)
222public CloseOperation(SimpleStateManager stateManager, 301public OpenOperation(SimpleStateManager stateManager, PeerNodeImplementation peerNode, TimeSpan timeout, 386protected SimpleStateManager stateManager; 394public OperationBase(SimpleStateManager stateManager, TimeSpan timeout,