1 write to id
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstanceHandle.cs (1)
94
this.
id
= value;
2 references to id
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceHandle.cs (2)
85
return this.
id
;
91
Fx.Assert(this.
id
== Guid.Empty, "Cannot set Id more than once.");