1 write to nestedScopeTimeout
System.Activities (1)
System\Activities\Statements\TransactionScope.cs (1)
43this.nestedScopeTimeout = new Variable<TimeSpan>();
3 references to nestedScopeTimeout
System.Activities (3)
System\Activities\Statements\TransactionScope.cs (3)
100Duration = new InArgument<TimeSpan>(this.nestedScopeTimeout) 141metadata.AddImplementationVariable(this.nestedScopeTimeout); 345this.nestedScopeTimeout.Set(context, timeout);