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