3 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
Microsoft.Build.Engine.UnitTests (1)
InstanceFromRemote\FakeProjectLink.cs (1)
23
internal class FakeProjectLink :
ProjectLink
23 references to ProjectLink
Microsoft.Build (23)
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)"/>.
2701
/// See <see cref="
ProjectLink
.GetItemProvenance(string, EvaluationContext)"/>.
2714
/// See <see cref="
ProjectLink
.GetItemProvenance(string, string, EvaluationContext)"/>.
2728
/// See <see cref="
ProjectLink
.GetItemProvenance(ProjectItem, EvaluationContext)"/>.
3288
/// See <see cref="
ProjectLink
.CreateProjectInstance(ProjectInstanceSettings, EvaluationContext)"/>.
3303
/// In such a case the host can help us by setting the dirty flag explicitly so that <see cref="
ProjectLink
.ReevaluateIfNecessary">ReevaluateIfNecessary()</see>
3319
/// See <see cref="
ProjectLink
.ReevaluateIfNecessary"/>.
3343
/// See <see cref="
ProjectLink
.Build"/>.
Instance\ImmutableProjectCollections\LazyStringValuedList.cs (4)
21
private readonly
ProjectLink
_immutableProject;
22
private readonly Func<
ProjectLink
, List<string>> _getStringValues;
25
public LazyStringValuedList(
ProjectLink
immutableProject, Func<
ProjectLink
, List<string>> getStringValues)
Instance\ProjectInstance.cs (2)
491
static List<string> GetImportFullPaths(ObjectModelRemoting.
ProjectLink
projectLink)
508
static List<string> GetImportFullPathsIncludingDuplicates(ObjectModelRemoting.
ProjectLink
projectLink)
ObjectModelRemoting\LinkedObjectFactory.cs (1)
95
public Project Create(
ProjectLink
link)