1 write to OutOfPath
Microsoft.Build.Tasks.Core (1)
ListOperators\FindUnderPath.cs (1)
137
OutOfPath
= outOfPathList.ToArray();
6 references to OutOfPath
Microsoft.Build.Tasks.UnitTests (6)
FindUnderPath_Tests.cs (6)
35
Assert.Single(t.
OutOfPath
);
37
Assert.Equal(FileUtilities.FixFilePath(@"C:\SomeoneElsesProject\File2.txt"), t.
OutOfPath
[0].ItemSpec);
138
Assert.Single(t.
OutOfPath
);
141
t.
OutOfPath
[0].ItemSpec);
161
Assert.Single(t.
OutOfPath
);
164
t.
OutOfPath
[0].ItemSpec);