1 write to Path
Microsoft.Build (1)
TempFileUtilities.cs (1)
230
Path
= name == null
15 references to Path
Microsoft.Build (4)
TempFileUtilities.cs (4)
234
if (FileSystems.Default.DirectoryExists(
Path
))
236
Directory.Delete(
Path
, true);
239
CopyDirectory(sourcePath,
Path
);
244
Directory.Delete(
Path
, true);
Microsoft.Build.Engine.UnitTests (11)
TypeLoader_Dependencies_Tests.cs (4)
27
string projectFilePath = Path.Combine(dir.
Path
, ProjectFileName);
33
string dllPath = Path.Combine(dir.
Path
, TaskDllFileName);
45
string projectFilePath = Path.Combine(dir.
Path
, ProjectFileName);
47
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);