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