14 references to DumpExceptionToFile
Microsoft.Build (13)
BackEnd\BuildManager\BuildManager.cs (1)
1573ExceptionHandling.DumpExceptionToFile(e);
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
1387ExceptionHandling.DumpExceptionToFile(e);
BackEnd\Components\Communications\NodeEndpointInProc.cs (1)
457ExceptionHandling.DumpExceptionToFile(e);
BackEnd\Components\Logging\EventSourceSink.cs (2)
923ExceptionHandling.DumpExceptionToFile(exception); 932ExceptionHandling.DumpExceptionToFile(exception);
BackEnd\Components\Logging\LoggingService.cs (1)
1462ExceptionHandling.DumpExceptionToFile(e);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
845ExceptionHandling.DumpExceptionToFile(ex);
BackEnd\Node\InProcNode.cs (1)
185ExceptionHandling.DumpExceptionToFile(e);
ExceptionHandling.cs (1)
330DumpExceptionToFile(ex);
NodeEndpointOutOfProcBase.cs (4)
481ExceptionHandling.DumpExceptionToFile(e); 560ExceptionHandling.DumpExceptionToFile(e); 604ExceptionHandling.DumpExceptionToFile(e); 653ExceptionHandling.DumpExceptionToFile(e);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\DebugUtils_tests.cs (1)
27ExceptionHandling.DumpExceptionToFile(new Exception("hello world"));