2 types derived from ProjectLink
Microsoft.Build (1)
Definition\Project.cs (1)
1822
private class ProjectImpl :
ProjectLink
, IProjectLinkInternal
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectLink.cs (1)
117
internal sealed class MockProjectLink :
ProjectLink
, ILinkMock
17 references to ProjectLink
Microsoft.Build (17)
Definition\Project.cs (16)
72
private
ProjectLink
implementation;
76
internal
ProjectLink
Link => implementation;
115
internal Project(ProjectCollection projectCollection,
ProjectLink
link)
2108
/// See <see cref="
ProjectLink
.GlobalPropertiesContains(string)"/>.
2118
/// See <see cref="
ProjectLink
.GlobalPropertiesCount()"/>.
2127
/// See <see cref="
ProjectLink
.GlobalPropertiesEnumerable()"/>.
2485
/// <see cref="
ProjectLink
.ReevaluateIfNecessary" />
2508
/// See <see cref="
ProjectLink
.GetAllGlobs(EvaluationContext)"/>.
2520
/// See <see cref="
ProjectLink
.GetAllGlobs(string, EvaluationContext)"/>.
2687
/// See <see cref="
ProjectLink
.GetItemProvenance(string, EvaluationContext)"/>.
2700
/// See <see cref="
ProjectLink
.GetItemProvenance(string, string, EvaluationContext)"/>.
2714
/// See <see cref="
ProjectLink
.GetItemProvenance(ProjectItem, EvaluationContext)"/>.
3274
/// See <see cref="
ProjectLink
.CreateProjectInstance(ProjectInstanceSettings, EvaluationContext)"/>.
3289
/// In such a case the host can help us by setting the dirty flag explicitly so that <see cref="
ProjectLink
.ReevaluateIfNecessary">ReevaluateIfNecessary()</see>
3305
/// See <see cref="
ProjectLink
.ReevaluateIfNecessary"/>.
3329
/// See <see cref="
ProjectLink
.Build"/>.
ObjectModelRemoting\LinkedObjectFactory.cs (1)
95
public Project Create(
ProjectLink
link)