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