1 type derived from ProjectItemElementLink
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectItemElementLink.cs (1)
33
internal sealed class MockProjectItemElementLink :
ProjectItemElementLink
, ILinkMock, IProjectElementLinkHelper, IProjectElementContainerLinkHelper
6 references to ProjectItemElementLink
Microsoft.Build (4)
Construction\ProjectItemElement.cs (3)
21
internal
ProjectItemElementLink
ItemLink => (
ProjectItemElementLink
)Link;
26
internal ProjectItemElement(
ProjectItemElementLink
link)
ObjectModelRemoting\LinkedObjectFactory.cs (1)
163
public ProjectItemElement Create(
ProjectItemElementLink
link)
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectElementLink.cs (2)
39
public IReadOnlyCollection<XmlAttributeLink> Attributes =>
ProjectItemElementLink
.GetAttributes(this.Source);
41
public string PureText =>
ProjectItemElementLink
.GetPureText(this.Source);