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