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