5 writes to id
System.WorkflowServices (5)
System\ServiceModel\Persistence\InstanceLockException.cs (5)
34this.id = id; 40this.id = id; 46this.id = id; 52this.id = id; 58this.id = (Guid) info.GetValue("id", typeof(Guid));
2 references to id
System.WorkflowServices (2)
System\ServiceModel\Persistence\InstanceLockException.cs (2)
63get { return this.id; } 71info.AddValue("id", id);