1 write to _engineExceptionEventHandler
Microsoft.Build (1)
BackEnd\Node\InProcNode.cs (1)
125
_engineExceptionEventHandler
= OnEngineException;
2 references to _engineExceptionEventHandler
Microsoft.Build (2)
BackEnd\Node\InProcNode.cs (2)
372
_buildRequestEngine.OnEngineException -=
_engineExceptionEventHandler
;
509
_buildRequestEngine.OnEngineException +=
_engineExceptionEventHandler
;