4 writes to _xmlSource
Microsoft.Build (4)
Construction\ProjectElement.cs (4)
54
_xmlSource
= link;
66
_xmlSource
= (XmlElementWithLocation)xmlElement;
432
_xmlSource
= xmlElement;
466
_xmlSource
= newElement;
2 references to _xmlSource
Microsoft.Build (2)
Construction\ProjectElement.cs (2)
302
internal ProjectElementLink Link =>
_xmlSource
?.Link;
319
internal XmlElementWithLocation XmlElement =>
_xmlSource
?.Xml;