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