1 write to _exceptionInHandlers
Microsoft.Build.Engine.UnitTests (1)
BackEnd\EventSourceSink_Tests.cs (1)
425
_exceptionInHandlers
= exceptionToThrow;
4 references to _exceptionInHandlers
Microsoft.Build.Engine.UnitTests (4)
BackEnd\EventSourceSink_Tests.cs (4)
538
if (
_exceptionInHandlers
!= null)
540
throw
_exceptionInHandlers
;
604
if (
_exceptionInHandlers
!= null)
606
throw
_exceptionInHandlers
;