1 write to InPath
Microsoft.Build.Tasks.Core (1)
ListOperators\FindUnderPath.cs (1)
111
InPath
= inPathList.ToArray();
6 references to InPath
Microsoft.Build.Tasks.UnitTests (6)
FindUnderPath_Tests.cs (6)
33
Assert.Single(t.
InPath
);
35
Assert.Equal(FileUtilities.FixFilePath(@"C:\MyProject\File1.txt"), t.
InPath
[0].ItemSpec);
109
Assert.Single(t.
InPath
);
111
Assert.Equal(testFile.FullName, t.
InPath
[0].ItemSpec);
131
Assert.Single(t.
InPath
);
133
Assert.Equal(testFile.Name, t.
InPath
[0].ItemSpec);