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