1 type derived from ProjectPropertyLink
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectPropertyLink.cs (1)
33
internal sealed class MockProjectPropertyLink :
ProjectPropertyLink
, ILinkMock
4 references to ProjectPropertyLink
Microsoft.Build (3)
ObjectModelRemoting\LinkedObjectFactory.cs (3)
112
public ProjectProperty Create(
ProjectPropertyLink
link, Project project = null)
315
internal
ProjectPropertyLink
Link { get; }
324
internal LinkedProjectProperty(Project project,
ProjectPropertyLink
link)
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectPropertyLink.cs (1)
24
public string EvaluatedIncludeEscaped =>
ProjectPropertyLink
.GetEvaluatedValueEscaped(this.Source);