5 references to MaximumPropertiesPerPromotion
System.Activities.DurableInstancing (5)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
574
column = SqlVariantStartColumn + SqlWorkflowInstanceStoreConstants.
MaximumPropertiesPerPromotion
;
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (4)
272
if (promoteAsVariant != null && promoteAsVariant.Count() > SqlWorkflowInstanceStoreConstants.
MaximumPropertiesPerPromotion
)
275
promoteAsVariant.Count(), "variant", SqlWorkflowInstanceStoreConstants.
MaximumPropertiesPerPromotion
));
278
if (promoteAsBinary != null && promoteAsBinary.Count() > SqlWorkflowInstanceStoreConstants.
MaximumPropertiesPerPromotion
)
281
promoteAsVariant.Count(), "binary", SqlWorkflowInstanceStoreConstants.
MaximumPropertiesPerPromotion
));