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