1 write to Path
Microsoft.Build (1)
TempFileUtilities.cs (1)
230Path = name == null
15 references to Path
Microsoft.Build (4)
TempFileUtilities.cs (4)
234if (FileSystems.Default.DirectoryExists(Path)) 236Directory.Delete(Path, true); 239CopyDirectory(sourcePath, Path); 244Directory.Delete(Path, true);
Microsoft.Build.Engine.UnitTests (11)
TypeLoader_Dependencies_Tests.cs (4)
27string projectFilePath = Path.Combine(dir.Path, ProjectFileName); 33string dllPath = Path.Combine(dir.Path, TaskDllFileName); 45string projectFilePath = Path.Combine(dir.Path, ProjectFileName); 47string tempDir = MoveOrCopyDllsToTempDir(dir.Path, copy: false);
TypeLoader_Tests.cs (7)
67string projectFilePath = Path.Combine(dir.Path, ProjectFileName); 84string projectFilePath = Path.Combine(dir.Path, ProjectFileName); 90string dllPath = Path.Combine(dir.Path, DLLFileName); 123string projectFilePath = Path.Combine(dir.Path, ProjectFileName); 124string originalDLLPath = Path.Combine(dir.Path, DLLFileName); 148string projectFilePath = Path.Combine(dir.Path, ProjectFileName); 149string originalDLLPath = Path.Combine(dir.Path, DLLFileName);