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