3 references to InstanceId
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (1)
80
string traceText = SR2.GetString(SR2.WorkflowOperationInvokerItemQueued, this.
InstanceId
, queueName);
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (2)
115
string traceText = SR.GetString(SR.TraceCodeWorkflowRequestContextFaultSent, asyncResult.
InstanceId
);
137
string traceText = SR.GetString(SR.TraceCodeWorkflowRequestContextReplySent, asyncResult.
InstanceId
);