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