14 references to DumpExceptionToFile
Microsoft.Build (13)
BackEnd\BuildManager\BuildManager.cs (1)
1769DebugUtils.DumpExceptionToFile(e);
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
1442DebugUtils.DumpExceptionToFile(e);
BackEnd\Components\Communications\NodeEndpointInProc.cs (1)
465DebugUtils.DumpExceptionToFile(e);
BackEnd\Components\Logging\EventSourceSink.cs (2)
424DebugUtils.DumpExceptionToFile(exception); 434DebugUtils.DumpExceptionToFile(exception);
BackEnd\Components\Logging\LoggingService.cs (1)
1534DebugUtils.DumpExceptionToFile(e);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
848DebugUtils.DumpExceptionToFile(ex);
BackEnd\Node\InProcNode.cs (1)
191DebugUtils.DumpExceptionToFile(e);
DebugUtils.cs (1)
226DumpExceptionToFile(ex);
NodeEndpointOutOfProcBase.cs (4)
518DebugUtils.DumpExceptionToFile(e); 667DebugUtils.DumpExceptionToFile(e); 726DebugUtils.DumpExceptionToFile(e); 785DebugUtils.DumpExceptionToFile(e);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\DebugUtils_tests.cs (1)
28DebugUtils.DumpExceptionToFile(new Exception("hello world"));