1 write to _engineExceptionEventHandler
Microsoft.Build (1)
BackEnd\Node\InProcNode.cs (1)
119
_engineExceptionEventHandler
= OnEngineException;
2 references to _engineExceptionEventHandler
Microsoft.Build (2)
BackEnd\Node\InProcNode.cs (2)
356
_buildRequestEngine.OnEngineException -=
_engineExceptionEventHandler
;
489
_buildRequestEngine.OnEngineException +=
_engineExceptionEventHandler
;