3 writes to _exception
Microsoft.Build (3)
BackEnd\Shared\WorkUnitResult.cs (3)
79_exception = null; 89_exception = e; 99translator.TranslateException(ref _exception);
4 references to _exception
Microsoft.Build (4)
BackEnd\Shared\WorkUnitResult.cs (4)
115internal Exception Exception => _exception; 131Exception exception = _exception; 161Exception aggregateException = _exception; 181aggregateException = result._exception;