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