3 writes to accumulatedMetadataWrites
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstanceKeyView.cs (3)
45
this.
accumulatedMetadataWrites
= null;
51
this.
accumulatedMetadataWrites
= null;
61
this.
accumulatedMetadataWrites
= new Dictionary<XName, InstanceValue>();
3 references to accumulatedMetadataWrites
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstanceKeyView.cs (3)
44
IDictionary<XName, InstanceValue> pendingWrites = this.
accumulatedMetadataWrites
;
59
if (this.
accumulatedMetadataWrites
== null)
63
return this.
accumulatedMetadataWrites
;