2 instantiations of StartOperationScope
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (2)
278
using (StartOperationScope scope = new
StartOperationScope
(this))
786
scope = new
StartOperationScope
(this.durableInstance);
2 references to StartOperationScope
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (2)
278
using (
StartOperationScope
scope = new StartOperationScope(this))
775
StartOperationScope
scope;