3 references to OwnerDocument
Microsoft.Build.Engine (3)
Items\BuildItemGroup.cs (3)
503ErrorUtilities.VerifyThrow(itemToAdd.ItemElement.OwnerDocument == xml.OwnerDocument, "Cannot add an Item with a different XML owner document."); 588newItem = new BuildItem(xml.OwnerDocument, itemName, itemInclude, parentProject.ItemDefinitionLibrary); 750clone = new BuildItemGroup(xml.OwnerDocument, importedFromAnotherProject, null);