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