1 write to OutOfPath
Microsoft.Build.Tasks.Core (1)
ListOperators\FindUnderPath.cs (1)
112OutOfPath = outOfPathList.ToArray();
6 references to OutOfPath
Microsoft.Build.Tasks.UnitTests (6)
FindUnderPath_Tests.cs (6)
34Assert.Single(t.OutOfPath); 36Assert.Equal(FileUtilities.FixFilePath(@"C:\SomeoneElsesProject\File2.txt"), t.OutOfPath[0].ItemSpec); 110Assert.Single(t.OutOfPath); 113t.OutOfPath[0].ItemSpec); 132Assert.Single(t.OutOfPath); 135t.OutOfPath[0].ItemSpec);