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