2 references to RunWith
Microsoft.Build.Engine.UnitTests (2)
BackEnd\Lookup_Tests.cs (2)
1370
ICollection<ProjectItemInstance> noPhantoms =
RunWith
(allItems, [], realRemoveCount, itemType);
1371
ICollection<ProjectItemInstance> withPhantoms =
RunWith
(allItems, phantoms, realRemoveCount, itemType);