1 write to ItemFound
Microsoft.Build.Tasks.Core (1)
FindInList.cs (1)
112ItemFound = item;
11 references to ItemFound
Microsoft.Build.Tasks.UnitTests (11)
FindInList_Tests.cs (11)
25Assert.Equal("A.CS", f.ItemFound.ItemSpec); 37Assert.Equal("a.cs", f.ItemFound.ItemSpec); 49Assert.Null(f.ItemFound); 64Assert.Equal("a.cs", f.ItemFound.ItemSpec); 65Assert.Equal(item1.GetMetadata("id"), f.ItemFound.GetMetadata("id")); 84Assert.Equal("a.cs", f.ItemFound.ItemSpec); 85Assert.Equal(item2.GetMetadata("id"), f.ItemFound.GetMetadata("id")); 97Assert.Null(f.ItemFound); 108Assert.Null(f.ItemFound); 120Assert.Equal(FileUtilities.FixFilePath(@"c:\foo\a.cs"), f.ItemFound.ItemSpec); 135Assert.Equal(FileUtilities.FixFilePath(@"foo\a.cs"), f.ItemFound.ItemSpec);