3 references to DumpFilePath
Microsoft.Build.Engine.UnitTests (3)
BackEnd\TaskExecutionHost_Tests.cs (3)
1090
File.Exists(ExceptionHandling.
DumpFilePath
).ShouldBe(isCritical,
1091
$"{ExceptionHandling.
DumpFilePath
} expected to exist: {isCritical}");
1094
FileUtilities.DeleteNoThrow(ExceptionHandling.
DumpFilePath
);