2 writes to ownerMetadata
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceView.cs (2)
165
this.
ownerMetadata
= pendingWrites.ReadOnlyMergeInto(this.ownerMetadata ?? InstanceView.emptyProperties, true);
172
this.
ownerMetadata
= value;
2 references to ownerMetadata
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceView.cs (2)
165
this.ownerMetadata = pendingWrites.ReadOnlyMergeInto(this.
ownerMetadata
?? InstanceView.emptyProperties, true);
166
return this.
ownerMetadata
;