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