4 references to GetContext
System.Workflow.Runtime (4)
Tracking.cs (4)
380Guid context = GetContext(exec.RootActivity), callerContext = Guid.Empty, callerParentContext = Guid.Empty; 464Guid context = GetContext(exec.RootActivity), callerContext = Guid.Empty, callerParentContext = Guid.Empty; 866contextGuid = _factory.GetContext(activity); 869parentContextGuid = _factory.GetContext(activity.Parent);