3 writes to _exception
Microsoft.Build (3)
BackEnd\Shared\WorkUnitResult.cs (3)
79_exception = null; 89_exception = e; 128translator.TranslateException(ref _exception);
3 references to _exception
Microsoft.Build (3)
BackEnd\Shared\WorkUnitResult.cs (3)
117internal Exception Exception => _exception; 155Exception aggregateException = _exception; 175aggregateException = result._exception;