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