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