3 references to XmlElementWithLocation
Microsoft.Build (3)
ElementLocation\XmlDocumentWithLocation.cs (2)
206
return new
XmlElementWithLocation
(prefix, localName, namespaceURI, this, _reader.LineNumber, _reader.LinePosition);
210
return new
XmlElementWithLocation
(prefix, localName, namespaceURI, this, _elementLocation.Value.Line, _elementLocation.Value.Column);
ElementLocation\XmlElementWithLocation.cs (1)
33
:
this
(prefix, localName, namespaceURI, document, 0, 0)