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