Ejemplo n.º 1
0
 public ITracedScope SetParallelChildrenMode()
 {
     _currentContext = _parallelScopeContext ?? (_parallelScopeContext = new ParallelScopeContext(this));
     _contextProvider.SetScopeContextAsCurrent(_currentContext);
     return(this);
 }