1 write to isBlocked
System.Workflow.Runtime (1)
Hosting\SqlPersistenceWorkflowInstanceDescription.cs (1)
39this.isBlocked = isBlocked;
1 reference to isBlocked
System.Workflow.Runtime (1)
Hosting\SqlPersistenceWorkflowInstanceDescription.cs (1)
46public bool IsBlocked { get { return isBlocked; } }