4 writes to Path
Microsoft.Build.Tasks.UnitTests (4)
FindUnderPath_Tests.cs (4)
28
t.
Path
= new TaskItem(@"C:\MyProject");
57
t.
Path
= new TaskItem(@"C:\MyProject");
86
t.
Path
= new TaskItem(@"||::||");
104
t.
Path
= new TaskItem(ObjectModelHelpers.TempProjectDir);
4 references to Path
Microsoft.Build.Tasks.Core (4)
ListOperators\FindUnderPath.cs (4)
70
TaskEnvironment.GetAbsolutePath(FileUtilities.FixFilePath(
Path
.ItemSpec)).GetCanonicalForm());
76
System.IO.Path.GetFullPath(TaskEnvironment.GetAbsolutePath(FileUtilities.FixFilePath(
Path
.ItemSpec))));
84
"FindUnderPath.InvalidParameter", "Path",
Path
.ItemSpec, e.Message);
90
Log.LogMessageFromResources(MessageImportance.Low, "FindUnderPath.ComparisonPath",
Path
.ItemSpec);