Implemented interface member:
property
Project
Microsoft.Build.Evaluation.IProjectMetadataParent.Project
9 references to Project
Microsoft.Build (9)
Definition\Project.cs (3)
3227ErrorUtilities.VerifyThrowArgument(item.Project == Owner, "OM_IncorrectObjectAssociation", "ProjectItem", "Project"); 3647if (item.Project == null || item.Xml.Parent == null) 3654ErrorUtilities.VerifyThrowArgument(item.Project == Owner, "OM_IncorrectObjectAssociation", "ProjectItem", "Project");
Definition\ProjectItem.cs (5)
578Project.VerifyThrowInvalidOperationNotImported(_xml.ContainingProject); 640Project.VerifyThrowInvalidOperationNotImported(_xml.ContainingProject); 690Project.VerifyThrowInvalidOperationNotImported(_xml.ContainingProject); 706Project.MarkDirty(); 786Project.VerifyThrowInvalidOperationNotImported(_xml.ContainingProject);
ObjectModelRemoting\DefinitionObjectsLinks\ProjectItemLink.cs (1)
17/// Access to remote <see cref="ProjectItem.Project"/>.