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