34 references to WorkflowInstanceId
System.Workflow.Activities (7)
Delay.cs (1)
314
TimerEventSubscription timerSub = new TimerEventSubscription((Guid)queueName, this.
WorkflowInstanceId
, timeOut);
EventSinkActivity.cs (3)
225
CorrelationService.Initialize(provider, this, type, eventName, this.
WorkflowInstanceId
);
302
this.ActivitySubscribed = CorrelationService.Subscribe(executionContext, this, this.InterfaceType, this.EventName, this, this.
WorkflowInstanceId
);
390
CorrelationService.Subscribe(parentContext, this, InterfaceType, EventName, parentEventHandler, this.
WorkflowInstanceId
);
State.cs (1)
156
StateMachineExecutionState executionState = new StateMachineExecutionState(this.
WorkflowInstanceId
);
WebServiceReceive.cs (2)
243
this.ActivitySubscribed = CorrelationService.Subscribe(executionContext, this, this.InterfaceType, this.MethodName, this, this.
WorkflowInstanceId
);
391
CorrelationService.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)
507
this.
WorkflowInstanceId
, this.QualifiedName);
515
this.
WorkflowInstanceId
, this.QualifiedName, cex);
521
this.
WorkflowInstanceId
, this.QualifiedName, tex);
528
new FaultException(SR2.GetString(SR2.Error_FailedToValidateActivatingMessage, this.
WorkflowInstanceId
)));
748
ContextToken.Register(this, this.
WorkflowInstanceId
);
933
this.
WorkflowInstanceId
, this.QualifiedName);
941
this.
WorkflowInstanceId
, this.QualifiedName, cex);
947
this.
WorkflowInstanceId
, this.QualifiedName, tex);
954
new FaultException(SR2.GetString(SR2.Error_FailedToValidateActivatingMessage, this.
WorkflowInstanceId
)));
1030
this.
WorkflowInstanceId
, this.QualifiedName);
1042
this.
WorkflowInstanceId
, this.QualifiedName);
1055
this.
WorkflowInstanceId
, this.QualifiedName);
1133
this.
WorkflowInstanceId
, this.QualifiedName);
1143
this.
WorkflowInstanceId
, this.QualifiedName, cex);
1150
this.
WorkflowInstanceId
, this.QualifiedName, tex);
1160
this.
WorkflowInstanceId
, this.QualifiedName);
1170
this.
WorkflowInstanceId
, this.QualifiedName, cex);
1177
this.
WorkflowInstanceId
, this.QualifiedName, tex);
1185
this.
WorkflowInstanceId
, this.QualifiedName);
1257
this.
WorkflowInstanceId
, this.QualifiedName);
1657
this.receiveActivity.
WorkflowInstanceId
, this.receiveActivity.QualifiedName);
1668
this.receiveActivity.
WorkflowInstanceId
, this.receiveActivity.QualifiedName, cex);
1674
this.receiveActivity.
WorkflowInstanceId
, this.receiveActivity.QualifiedName, tex);
1681
new FaultException(SR2.GetString(SR2.Error_FailedToValidateActivatingMessage, this.receiveActivity.
WorkflowInstanceId
)));
System\Workflow\Activities\SendActivity.cs (2)
392
using (ChannelManagerService.ChannelTicket leasedChannel = ChannelManagerService.Take(executionContext, this.
WorkflowInstanceId
, logicalChannel))
533
Guid workflowInstanceId = this.
WorkflowInstanceId
;