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