1 write to canCreateInstance
System.WorkflowServices (1)
System\ServiceModel\Description\DurableOperationAttribute.cs (1)
33
this.
canCreateInstance
= value;
2 references to canCreateInstance
System.WorkflowServices (2)
System\ServiceModel\Description\DurableOperationAttribute.cs (2)
29
return this.
canCreateInstance
;
132
canCreate = this.
canCreateInstance
;