2 references to Choose
Microsoft.Build.Engine (2)
Choose\When.cs (1)
191Choose newChoose = new Choose(parentProjectForChildren, this.PropertyAndItemLists, (XmlElement)whenChildNode,
Engine\Project.cs (1)
3882Choose newChoose = new Choose(this, this.rawGroups, childElement, importedProject, 0 /* not nested in another <Choose> */);