1 implementation of OnEngineException
Microsoft.Build (1)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
170
public event EngineExceptionDelegate
OnEngineException
;
4 references to OnEngineException
Microsoft.Build (3)
BackEnd\Node\InProcNode.cs (2)
356
_buildRequestEngine.
OnEngineException
-= _engineExceptionEventHandler;
489
_buildRequestEngine.
OnEngineException
+= _engineExceptionEventHandler;
BackEnd\Node\OutOfProcNode.cs (1)
171
_buildRequestEngine.
OnEngineException
+= OnEngineException;
Microsoft.Build.Engine.UnitTests (1)
BackEnd\BuildRequestEngine_Tests.cs (1)
326
engine.
OnEngineException
+= this.Engine_Exception;