1 type derived from ProjectItemDefinitionLink
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectItemDefinitionLink.cs (1)
31
internal sealed class MockProjectItemDefinitionLink :
ProjectItemDefinitionLink
, ILinkMock
4 references to ProjectItemDefinitionLink
Microsoft.Build (4)
Definition\ProjectItemDefinition.cs (1)
66
internal virtual
ProjectItemDefinitionLink
Link => null;
ObjectModelRemoting\LinkedObjectFactory.cs (3)
88
public ProjectItemDefinition Create(
ProjectItemDefinitionLink
link, Project project = null)
269
internal LinkedProjectItemDefinition(
ProjectItemDefinitionLink
link, Project project, string itemType)
284
internal override
ProjectItemDefinitionLink
Link { get; }