1 implementation of OnEngineException
Microsoft.Build (1)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
201
public event EngineExceptionDelegate
OnEngineException
;
3 references to OnEngineException
Microsoft.Build (3)
BackEnd\Node\InProcNode.cs (2)
366
_buildRequestEngine.
OnEngineException
-= _engineExceptionEventHandler;
503
_buildRequestEngine.
OnEngineException
+= _engineExceptionEventHandler;
BackEnd\Node\OutOfProcNode.cs (1)
175
_buildRequestEngine.
OnEngineException
+= OnEngineException;