9 references to IsDeletedValue
System.Activities.DurableInstancing (5)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (2)
268
if (!propertyValue.
IsDeletedValue
)
273
if (instanceMetadataChanges.TryGetValue(WorkflowServiceNamespace.SuspendException, out propertyValue) && !propertyValue.
IsDeletedValue
)
System\Activities\DurableInstancing\SerializationUtilities.cs (3)
71
if ((value.
IsDeletedValue
) ||
129
if (metadataChange.Value.
IsDeletedValue
)
348
if (!instanceValue.
IsDeletedValue
&& instanceValue.Value != null)
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstancePersistence.cs (2)
65
if (!allowDelete && property.Value.
IsDeletedValue
)
116
if (value.Value.
IsDeletedValue
)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (1)
618
if (!value.IsWriteOnly() && !value.
IsDeletedValue
)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (1)
487
if (data.TryGetValue(key, out instanceValue) && !instanceValue.
IsDeletedValue
)