14 references to DumpExceptionToFile
Microsoft.Build (13)
BackEnd\BuildManager\BuildManager.cs (1)
1621
ExceptionHandling.
DumpExceptionToFile
(e);
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
1394
ExceptionHandling.
DumpExceptionToFile
(e);
BackEnd\Components\Communications\NodeEndpointInProc.cs (1)
457
ExceptionHandling.
DumpExceptionToFile
(e);
BackEnd\Components\Logging\EventSourceSink.cs (2)
409
ExceptionHandling.
DumpExceptionToFile
(exception);
419
ExceptionHandling.
DumpExceptionToFile
(exception);
BackEnd\Components\Logging\LoggingService.cs (1)
1507
ExceptionHandling.
DumpExceptionToFile
(e);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
847
ExceptionHandling.
DumpExceptionToFile
(ex);
BackEnd\Node\InProcNode.cs (1)
185
ExceptionHandling.
DumpExceptionToFile
(e);
ExceptionHandling.cs (1)
330
DumpExceptionToFile
(ex);
NodeEndpointOutOfProcBase.cs (4)
480
ExceptionHandling.
DumpExceptionToFile
(e);
564
ExceptionHandling.
DumpExceptionToFile
(e);
608
ExceptionHandling.
DumpExceptionToFile
(e);
665
ExceptionHandling.
DumpExceptionToFile
(e);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\DebugUtils_tests.cs (1)
27
ExceptionHandling.
DumpExceptionToFile
(new Exception("hello world"));