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