3 references to EngineExceptionDelegate
Microsoft.Build (3)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
180public event EngineExceptionDelegate OnEngineException;
BackEnd\Components\BuildRequestEngine\IBuildRequestEngine.cs (1)
161event EngineExceptionDelegate OnEngineException;
BackEnd\Node\InProcNode.cs (1)
84private readonly EngineExceptionDelegate _engineExceptionEventHandler;