1 write to Path
Microsoft.Build.Framework (1)
FileUtilities_TempFiles.cs (1)
224Path = name == null
15 references to Path
Microsoft.Build.Engine.UnitTests (11)
TypeLoader_Dependencies_Tests.cs (4)
28string projectFilePath = Path.Combine(dir.Path, ProjectFileName); 34string dllPath = Path.Combine(dir.Path, TaskDllFileName); 46string projectFilePath = Path.Combine(dir.Path, ProjectFileName); 48string tempDir = MoveOrCopyDllsToTempDir(dir.Path, copy: false);
TypeLoader_Tests.cs (7)
68string projectFilePath = Path.Combine(dir.Path, ProjectFileName); 85string projectFilePath = Path.Combine(dir.Path, ProjectFileName); 91string dllPath = Path.Combine(dir.Path, DLLFileName); 124string projectFilePath = Path.Combine(dir.Path, ProjectFileName); 125string originalDLLPath = Path.Combine(dir.Path, DLLFileName); 149string projectFilePath = Path.Combine(dir.Path, ProjectFileName); 150string originalDLLPath = Path.Combine(dir.Path, DLLFileName);
Microsoft.Build.Framework (4)
FileUtilities_TempFiles.cs (4)
228if (FileSystems.Default.DirectoryExists(Path)) 230Directory.Delete(Path, true); 233CopyDirectory(sourcePath, Path); 238Directory.Delete(Path, true);