1 type derived from ProjectLink
Microsoft.Build (1)
Definition\Project.cs (1)
1822
private class ProjectImpl :
ProjectLink
, IProjectLinkInternal
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()"/>.
2474
/// <see cref="
ProjectLink
.ReevaluateIfNecessary" />
2497
/// See <see cref="
ProjectLink
.GetAllGlobs(EvaluationContext)"/>.
2509
/// See <see cref="
ProjectLink
.GetAllGlobs(string, EvaluationContext)"/>.
2690
/// See <see cref="
ProjectLink
.GetItemProvenance(string, EvaluationContext)"/>.
2703
/// See <see cref="
ProjectLink
.GetItemProvenance(string, string, EvaluationContext)"/>.
2717
/// See <see cref="
ProjectLink
.GetItemProvenance(ProjectItem, EvaluationContext)"/>.
3277
/// See <see cref="
ProjectLink
.CreateProjectInstance(ProjectInstanceSettings, EvaluationContext)"/>.
3292
/// In such a case the host can help us by setting the dirty flag explicitly so that <see cref="
ProjectLink
.ReevaluateIfNecessary">ReevaluateIfNecessary()</see>
3308
/// See <see cref="
ProjectLink
.ReevaluateIfNecessary"/>.
3332
/// 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)
492
static List<string> GetImportFullPaths(ObjectModelRemoting.
ProjectLink
projectLink)
509
static List<string> GetImportFullPathsIncludingDuplicates(ObjectModelRemoting.
ProjectLink
projectLink)
ObjectModelRemoting\LinkedObjectFactory.cs (1)
95
public Project Create(
ProjectLink
link)