3 references to DebugDumpPath
MSBuildTaskHost (3)
ExceptionHandling.cs (3)
353
Directory.CreateDirectory(
DebugDumpPath
);
357
s_dumpFileName = Path.Combine(
DebugDumpPath
, $"MSBuild_pid-{pid}_{guid:n}.failure.txt");
391
IEnumerable<string> files = FileSystems.Default.EnumerateFiles(
DebugDumpPath
, "MSBuild*failure.txt");