2 implementations of ILinkedXml
Microsoft.Build (2)
ElementLocation\XmlElementWithLocation.cs (1)
22internal class XmlElementWithLocation : XmlElement, IXmlLineInfo, ILinkedXml
ObjectModelRemoting\ConstructionObjectLinks\ProjectElementLink.cs (1)
36public abstract class ProjectElementLink : ILinkedXml
7 references to ILinkedXml
Microsoft.Build (7)
Construction\ProjectElement.cs (1)
300private ILinkedXml _xmlSource;
ElementLocation\XmlElementWithLocation.cs (2)
53ProjectElementLink ILinkedXml.Link => null; 55XmlElementWithLocation ILinkedXml.Xml => this;
ObjectModelRemoting\ConstructionObjectLinks\ProjectElementLink.cs (4)
39/// <see cref="ILinkedXml.Link"/> 41ProjectElementLink ILinkedXml.Link => this; 44/// <see cref="ILinkedXml.Xml"/> 46XmlElementWithLocation ILinkedXml.Xml => null;