1 write to outstandingException
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
72this.outstandingException = new Variable<Exception>();
4 references to outstandingException
System.Workflow.Runtime (4)
System\Activities\Statements\Interop.cs (4)
281this.outstandingException 740this.outstandingException.Set(context, exception); 768Exception exception = this.outstandingException.Get(context); 771this.outstandingException.Set(context, null);