1 write to _instanceId
System.Workflow.Runtime (1)
WorkflowInstance.cs (1)
37this._instanceId = instanceId;
4 references to _instanceId
System.Workflow.Runtime (4)
WorkflowInstance.cs (4)
45return _instanceId; 474return this._instanceId == instance._instanceId; 479return this._instanceId.GetHashCode();