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