5 references to _elementLocation
Microsoft.Build (5)
ElementLocation\XmlDocumentWithLocation.cs (5)
184
this.
_elementLocation
.Value = location;
192
this.
_elementLocation
.Value = null;
208
else if (
_elementLocation
?.Value != null)
210
return new XmlElementWithLocation(prefix, localName, namespaceURI, this,
_elementLocation
.Value.Line,
_elementLocation
.Value.Column);