1 write to UseSynchronizationContext
System.WorkflowServices (1)
System\Workflow\Activities\WorkflowServiceAttributes.cs (1)
151
workflowServiceBehavior.
UseSynchronizationContext
= this.UseSynchronizationContext;
2 references to UseSynchronizationContext
System.WorkflowServices (2)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (2)
300
if (!this.
UseSynchronizationContext
)
363
wmiInstance.SetProperty("UseSynchronizationContext", this.
UseSynchronizationContext
);