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)
302internal ProjectElementLink Link => _xmlSource?.Link; 319internal XmlElementWithLocation XmlElement => _xmlSource?.Xml;