1 write to WorkflowInstanceId
System.Activities (1)
System\Activities\Runtime\ActivityExecutor.cs (1)
370WorkflowInstanceId = this.host.Id;
25 references to WorkflowInstanceId
System.Activities (25)
System\Activities\ActivityContext.cs (1)
89return this.executor.WorkflowInstanceId;
System\Activities\ActivityInstance.cs (3)
1221executor.AddTrackingRecord(new ActivityStateRecord(executor.WorkflowInstanceId, this, this.state)); 1281executor.AddTrackingRecord(new ActivityStateRecord(executor.WorkflowInstanceId, this, this.state)); 1289executor.AddTrackingRecord(new ActivityStateRecord(executor.WorkflowInstanceId, this, this.state));
System\Activities\Runtime\ActivityExecutor.cs (19)
320throw FxTrace.Exception.AsError(new CallbackException(SR.CallbackExceptionFromHostGetExtension(this.WorkflowInstanceId), e)); 837throw FxTrace.Exception.AsError(new InvalidOperationException(SR.StateCannotBeSerialized(this.WorkflowInstanceId))); 1462FxTrace.Trace.SetAndTraceTransfer(this.WorkflowInstanceId, true); 1466TD.WorkflowActivityResume(this.WorkflowInstanceId); 1484FxTrace.Trace.SetAndTraceTransfer(this.WorkflowInstanceId, true); 1488TD.WorkflowActivityStart(this.WorkflowInstanceId); 1506TD.WorkflowActivitySuspend(this.WorkflowInstanceId); 1546throw FxTrace.Exception.AsError(new CallbackException(SR.CallbackExceptionFromHostAbort(this.WorkflowInstanceId), e)); 1604AddTrackingRecord(new CancelRequestedRecord(this.WorkflowInstanceId, null, this.rootInstance)); 1648AddTrackingRecord(new CancelRequestedRecord(this.WorkflowInstanceId, activityInstance.Parent, activityInstance)); 1719AddTrackingRecord(new FaultPropagationRecord(this.WorkflowInstanceId, 1733AddTrackingRecord(new FaultPropagationRecord(this.WorkflowInstanceId, 1838throw FxTrace.Exception.AsError(new CallbackException(SR.CallbackExceptionFromHostGetExtension(this.WorkflowInstanceId), e)); 2557AddTrackingRecord(new BookmarkResumptionRecord(this.WorkflowInstanceId, bookmark, resumeExecutionWorkItem.ActivityInstance, value)); 2678AddTrackingRecord(new BookmarkResumptionRecord(this.WorkflowInstanceId, bookmark, resumeExecutionWorkItem.ActivityInstance, value)); 2833AddTrackingRecord(new ActivityScheduledRecord(this.WorkflowInstanceId, parent, handlerInstance)); 2900AddTrackingRecord(new ActivityScheduledRecord(this.WorkflowInstanceId, parent, activityInstance)); 2947AddTrackingRecord(new ActivityScheduledRecord(this.WorkflowInstanceId, parent, new ActivityInfo(activity, instanceId))); 3528executor.WorkflowInstanceId,
System\Activities\Runtime\ExecuteSynchronousExpressionWorkItem.cs (1)
242executor.AddTrackingRecord(new ActivityStateRecord(executor.WorkflowInstanceId, activityInfo, state));
System\Activities\Runtime\Scheduler.cs (1)
537return this.activityExecutor.WorkflowInstanceId;