14 references to DumpExceptionToFile
Microsoft.Build (13)
BackEnd\BuildManager\BuildManager.cs (1)
1664
ExceptionHandling.
DumpExceptionToFile
(e);
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
1428
ExceptionHandling.
DumpExceptionToFile
(e);
BackEnd\Components\Communications\NodeEndpointInProc.cs (1)
465
ExceptionHandling.
DumpExceptionToFile
(e);
BackEnd\Components\Logging\EventSourceSink.cs (2)
424
ExceptionHandling.
DumpExceptionToFile
(exception);
434
ExceptionHandling.
DumpExceptionToFile
(exception);
BackEnd\Components\Logging\LoggingService.cs (1)
1519
ExceptionHandling.
DumpExceptionToFile
(e);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
847
ExceptionHandling.
DumpExceptionToFile
(ex);
BackEnd\Node\InProcNode.cs (1)
190
ExceptionHandling.
DumpExceptionToFile
(e);
ExceptionHandling.cs (1)
351
DumpExceptionToFile
(ex);
NodeEndpointOutOfProcBase.cs (4)
511
ExceptionHandling.
DumpExceptionToFile
(e);
660
ExceptionHandling.
DumpExceptionToFile
(e);
715
ExceptionHandling.
DumpExceptionToFile
(e);
774
ExceptionHandling.
DumpExceptionToFile
(e);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\DebugUtils_tests.cs (1)
27
ExceptionHandling.
DumpExceptionToFile
(new Exception("hello world"));