1 instantiation of DeletedMetadataValue
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SerializationUtilities.cs (1)
137
propertyBagToSerialize[metadataChange.Key] = new
DeletedMetadataValue
();
1 reference to DeletedMetadataValue
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (1)
211
if (propertyValue.Value is
DeletedMetadataValue
)