3 writes to accumulatedOwnerMetadataWrites
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstanceView.cs (3)
164
this.
accumulatedOwnerMetadataWrites
= null;
171
this.
accumulatedOwnerMetadataWrites
= null;
181
this.
accumulatedOwnerMetadataWrites
= new Dictionary<XName, InstanceValue>();
3 references to accumulatedOwnerMetadataWrites
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstanceView.cs (3)
163
IDictionary<XName, InstanceValue> pendingWrites = this.
accumulatedOwnerMetadataWrites
;
179
if (this.
accumulatedOwnerMetadataWrites
== null)
183
return this.
accumulatedOwnerMetadataWrites
;