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