3 writes to accumulatedMetadataWrites
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstanceView.cs (3)
135this.accumulatedMetadataWrites = null; 142this.accumulatedMetadataWrites = null; 152this.accumulatedMetadataWrites = new Dictionary<XName, InstanceValue>();
3 references to accumulatedMetadataWrites
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstanceView.cs (3)
134IDictionary<XName, InstanceValue> pendingWrites = this.accumulatedMetadataWrites; 150if (this.accumulatedMetadataWrites == null) 154return this.accumulatedMetadataWrites;