2 writes to CanCreateInstance
System.WorkflowServices (2)
System\Workflow\Activities\ReceiveActivity.cs (1)
719behavior.CanCreateInstance = true;
System\Workflow\Activities\ServiceOperationHelpers.cs (1)
294behavior.CanCreateInstance = false;
3 references to CanCreateInstance
System.WorkflowServices (3)
System\ServiceModel\Description\WorkflowOperationBehavior.cs (1)
80wmiInstance.SetProperty("CanCreateInstance", this.CanCreateInstance);
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (1)
62this.canCreateInstance = workflowOperationBehavior.CanCreateInstance;
System\Workflow\Activities\ReceiveActivity.cs (1)
717if (!behavior.CanCreateInstance && this.CanCreateInstance)