34 references to WorkflowInstanceId
System.Workflow.Activities (7)
Delay.cs (1)
314TimerEventSubscription timerSub = new TimerEventSubscription((Guid)queueName, this.WorkflowInstanceId, timeOut);
EventSinkActivity.cs (3)
225CorrelationService.Initialize(provider, this, type, eventName, this.WorkflowInstanceId); 302this.ActivitySubscribed = CorrelationService.Subscribe(executionContext, this, this.InterfaceType, this.EventName, this, this.WorkflowInstanceId); 390CorrelationService.Subscribe(parentContext, this, InterfaceType, EventName, parentEventHandler, this.WorkflowInstanceId);
State.cs (1)
156StateMachineExecutionState executionState = new StateMachineExecutionState(this.WorkflowInstanceId);
WebServiceReceive.cs (2)
243this.ActivitySubscribed = CorrelationService.Subscribe(executionContext, this, this.InterfaceType, this.MethodName, this, this.WorkflowInstanceId); 391CorrelationService.Subscribe(parentContext, this, this.InterfaceType, this.MethodName, parentEventHandler, this.WorkflowInstanceId);
System.Workflow.ComponentModel (1)
AuthoringOM\Activity.cs (1)
1602+ string.Format(CultureInfo.CurrentCulture, " In instance {0} in activity {1}\n", new object[] { this.WorkflowInstanceId, string.Empty })
System.WorkflowServices (26)
System\Workflow\Activities\ReceiveActivity.cs (24)
507this.WorkflowInstanceId, this.QualifiedName); 515this.WorkflowInstanceId, this.QualifiedName, cex); 521this.WorkflowInstanceId, this.QualifiedName, tex); 528new FaultException(SR2.GetString(SR2.Error_FailedToValidateActivatingMessage, this.WorkflowInstanceId))); 748ContextToken.Register(this, this.WorkflowInstanceId); 933this.WorkflowInstanceId, this.QualifiedName); 941this.WorkflowInstanceId, this.QualifiedName, cex); 947this.WorkflowInstanceId, this.QualifiedName, tex); 954new FaultException(SR2.GetString(SR2.Error_FailedToValidateActivatingMessage, this.WorkflowInstanceId))); 1030this.WorkflowInstanceId, this.QualifiedName); 1042this.WorkflowInstanceId, this.QualifiedName); 1055this.WorkflowInstanceId, this.QualifiedName); 1133this.WorkflowInstanceId, this.QualifiedName); 1143this.WorkflowInstanceId, this.QualifiedName, cex); 1150this.WorkflowInstanceId, this.QualifiedName, tex); 1160this.WorkflowInstanceId, this.QualifiedName); 1170this.WorkflowInstanceId, this.QualifiedName, cex); 1177this.WorkflowInstanceId, this.QualifiedName, tex); 1185this.WorkflowInstanceId, this.QualifiedName); 1257this.WorkflowInstanceId, this.QualifiedName); 1657this.receiveActivity.WorkflowInstanceId, this.receiveActivity.QualifiedName); 1668this.receiveActivity.WorkflowInstanceId, this.receiveActivity.QualifiedName, cex); 1674this.receiveActivity.WorkflowInstanceId, this.receiveActivity.QualifiedName, tex); 1681new FaultException(SR2.GetString(SR2.Error_FailedToValidateActivatingMessage, this.receiveActivity.WorkflowInstanceId)));
System\Workflow\Activities\SendActivity.cs (2)
392using (ChannelManagerService.ChannelTicket leasedChannel = ChannelManagerService.Take(executionContext, this.WorkflowInstanceId, logicalChannel)) 533Guid workflowInstanceId = this.WorkflowInstanceId;