2 instantiations of TrackingParameters
System.Workflow.Runtime (2)
Tracking.cs (2)
398
TrackingParameters tp = new
TrackingParameters
(instanceId, workflowType, exec.WorkflowDefinition, activityCallPath, callerInstanceId, context, callerContext, callerParentContext);
483
TrackingParameters parameters = new
TrackingParameters
(instanceID, workflowType, exec.WorkflowDefinition, activityCallPath, callerInstanceId, context, callerContext, callerParentContext);
6 references to TrackingParameters
System.Workflow.Runtime (6)
Tracking.cs (2)
398
TrackingParameters
tp = new TrackingParameters(instanceId, workflowType, exec.WorkflowDefinition, activityCallPath, callerInstanceId, context, callerContext, callerParentContext);
483
TrackingParameters
parameters = new TrackingParameters(instanceID, workflowType, exec.WorkflowDefinition, activityCallPath, callerInstanceId, context, callerContext, callerParentContext);
Tracking\SqlTrackingService.cs (3)
227
protected internal override TrackingChannel GetTrackingChannel(
TrackingParameters
parameters)
743
private
TrackingParameters
_parameters = null;
760
public SqlTrackingChannel(
TrackingParameters
parameters, SqlTrackingService service)
Tracking\TrackingService.cs (1)
17
protected internal abstract TrackingChannel GetTrackingChannel(
TrackingParameters
parameters);