1 write to _element
Microsoft.Build (1)
Xml\ProjectXmlUtilities.XmlElementChildIterator.cs (1)
35
_element
= element;
3 references to _element
Microsoft.Build (3)
Xml\ProjectXmlUtilities.XmlElementChildIterator.cs (3)
48
_current = GetNextNode(
_element
.FirstChild);
100
ThrowProjectInvalidChildElement(child.Name,
_element
.Name,
_element
.Location);