8 references to Project
Microsoft.Build (2)
Definition\ProjectProperty.cs (1)
404
Project
.VerifyThrowInvalidOperationNotImported(_xml.ContainingProject);
ObjectModelRemoting\DefinitionObjectsLinks\ProjectPropertyLink.cs (1)
18
/// Access to remote <see cref="ProjectProperty.
Project
"/>.
Microsoft.Build.Engine.OM.UnitTests (6)
Definition\ProjectProperty_Tests.cs (1)
32
Assert.True(Object.ReferenceEquals(project, property.
Project
));
ObjectModelRemoting\Helpers\ViewValidation.evaluation.cs (4)
119
VerifyLinkedNotNull(view.
Project
);
120
VerifyNotLinkedNotNull(real.
Project
);
123
Assert.Same(context.Pair.View, view.
Project
);
124
Assert.Same(context.Pair.Real, real.
Project
);
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectPropertyLink.cs (1)
21
public MockProjectLinkRemoter Project => this.OwningCollection.Export<Project, MockProjectLinkRemoter>(this.Source.
Project
);