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