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