1 write to Path
Microsoft.Build.Framework (1)
FileUtilities_TempFiles.cs (1)
233
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)
67
string projectFilePath = Path.Combine(dir.
Path
, ProjectFileName);
84
string projectFilePath = Path.Combine(dir.
Path
, ProjectFileName);
90
string dllPath = Path.Combine(dir.
Path
, DLLFileName);
123
string projectFilePath = Path.Combine(dir.
Path
, ProjectFileName);
124
string originalDLLPath = Path.Combine(dir.
Path
, DLLFileName);
148
string projectFilePath = Path.Combine(dir.
Path
, ProjectFileName);
149
string originalDLLPath = Path.Combine(dir.
Path
, DLLFileName);
Microsoft.Build.Framework (4)
FileUtilities_TempFiles.cs (4)
237
if (FileSystems.Default.DirectoryExists(
Path
))
239
Directory.Delete(
Path
, true);
242
CopyDirectory(sourcePath,
Path
);
247
Directory.Delete(
Path
, true);