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