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