1 write to updatedIdentity
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
1027
this.
updatedIdentity
= updatedIdentity;
3 references to updatedIdentity
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (3)
1164
Fx.Assert(this.
updatedIdentity
== null, "Update() can never create instance. Enable this path if we ever support updating via user-defined operation.");
1183
Fx.Assert(this.
updatedIdentity
== null, "Update() always has the instance ID. Enable this path if we ever support updating via user-defined operation that relies on correlation.");
1191
this.instanceId, null, this.transaction, this.loadAny, this.
updatedIdentity
,