2 references to GetCurrentThreadId
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (1)
836
this.controllerConduit.HandlerInvoked(this.programId, workflowCoreRuntime.InstanceID, NativeMethods.
GetCurrentThreadId
(), GetHierarchicalId(workflowCoreRuntime.CurrentActivity));
DebugEngine\DebugControllerThread.cs (1)
151
this.threadId = NativeMethods.
GetCurrentThreadId
();