2 references to State
System.WorkflowServices (2)
System\Workflow\Runtime\Hosting\ChannelManager.cs (2)
100bool connectionIsStillGood = (channel.State == CommunicationState.Opened); 161while (channel != null && channel.State != CommunicationState.Opened)