2 writes to _instanceId
System.Workflow.Runtime (2)
WorkflowOwnershipException.cs (2)
28_instanceId = value; 65_instanceId = (Guid)info.GetValue("__instanceId__", typeof(Guid));
2 references to _instanceId
System.Workflow.Runtime (2)
WorkflowOwnershipException.cs (2)
24return _instanceId; 76info.AddValue("__instanceId__", _instanceId);