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