1 write to instanceIdString
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (1)
109
this.
instanceIdString
= this.instanceIdGuid.ToString();
2 references to instanceIdString
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (2)
106
if (this.
instanceIdString
== null)
112
return this.
instanceIdString
;