1 write to InPath
Microsoft.Build.Tasks.Core (1)
ListOperators\FindUnderPath.cs (1)
136InPath = inPathList.ToArray();
6 references to InPath
Microsoft.Build.Tasks.UnitTests (6)
FindUnderPath_Tests.cs (6)
34Assert.Single(t.InPath); 36Assert.Equal(FileUtilities.FixFilePath(@"C:\MyProject\File1.txt"), t.InPath[0].ItemSpec); 137Assert.Single(t.InPath); 139Assert.Equal(testFile.FullName, t.InPath[0].ItemSpec); 160Assert.Single(t.InPath); 162Assert.Equal(testFile.Name, t.InPath[0].ItemSpec);