2 writes to threadData
System.Workflow.Runtime (2)
WorkflowRuntime.cs (2)
1577
threadData
= this;
1583
threadData
= null;
2 references to threadData
System.Workflow.Runtime (2)
WorkflowRuntime.cs (2)
1574
if (
threadData
!= null)
1582
Debug.Assert(
threadData
!= null, "unexpected call to EventContext::Dispose method");