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