1 instantiation of XmlAttributeLink
Microsoft.Build (1)
ObjectModelRemoting\ConstructionObjectLinks\ProjectElementLink.cs (1)
150result.Add(new XmlAttributeLink(attribute.LocalName, attribute.Value, attribute.NamespaceURI));
35 references to XmlAttributeLink
Microsoft.Build (8)
Construction\ProjectElement.cs (2)
380foreach (var remoteAttribute in element.Link.Attributes) 424internal virtual bool ShouldCloneXmlAttribute(XmlAttributeLink attributeLink) => true;
Construction\ProjectItemDefinitionElement.cs (1)
129internal override bool ShouldCloneXmlAttribute(XmlAttributeLink attributeLink) => !ProjectMetadataElement.AttributeNameIsValidMetadataName(attributeLink.LocalName);
Construction\ProjectItemElement.cs (1)
508internal override bool ShouldCloneXmlAttribute(XmlAttributeLink attributeLink) => !ProjectMetadataElement.AttributeNameIsValidMetadataName(attributeLink.LocalName);
ObjectModelRemoting\ConstructionObjectLinks\ProjectElementLink.cs (4)
91public abstract IReadOnlyCollection<XmlAttributeLink> Attributes { get; } 145public static IReadOnlyCollection<XmlAttributeLink> GetAttributes(ProjectElement xml) 147List<XmlAttributeLink> result = new List<XmlAttributeLink>();
Microsoft.Build.Engine.OM.UnitTests (27)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\InheritanceImplementationHelpers.cs (1)
97public static IReadOnlyCollection<XmlAttributeLink> GetAttributes(this IProjectElementLinkHelper xml)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectChooseElementLink.cs (1)
51public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectElementContainerLink.cs (1)
77public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectElementLink.cs (2)
39public IReadOnlyCollection<XmlAttributeLink> Attributes => ProjectItemElementLink.GetAttributes(this.Source); 99public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectExtensionsElementLink.cs (1)
63public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectImportElementLink.cs (1)
60public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectImportGroupElementLink.cs (1)
51public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectItemDefinitionElementLink.cs (1)
51public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectItemDefinitionGroupElementLink.cs (1)
51public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectItemElementLink.cs (1)
62public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectItemGroupElementLink.cs (1)
51public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectMetadataElementLink.cs (1)
62public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectOnErrorElementLink.cs (1)
50public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectOtherwiseElementLink.cs (1)
51public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectOutputElementLink.cs (1)
51public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectPropertyElementLink.cs (1)
62public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectPropertyGroupElementLink.cs (1)
51public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (1)
174public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectSdkElementLink.cs (1)
51public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectTargetElementLink.cs (1)
62public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectTaskElementLink.cs (1)
78public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectUsingTaskBodyElementLink.cs (1)
58public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectUsingTaskElementLink.cs (1)
50public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectUsingTaskParameterElementLink.cs (1)
54public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectWhenElementLink.cs (1)
51public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockUsingTaskParameterGroupElementLink.cs (1)
51public override IReadOnlyCollection<XmlAttributeLink> Attributes => EImpl.GetAttributes();