8 writes to IsEmpty
Microsoft.Build (2)
Construction\ProjectElementContainer.cs (1)
630
XmlElement.
IsEmpty
= true;
ElementLocation\XmlElementWithLocation.cs (1)
141
IsEmpty
= true;
System.Data.Common (1)
System\Xml\XmlDataDocument.cs (1)
1361
rowElement.
IsEmpty
= false;
System.Private.Xml (5)
System\Xml\Dom\DocumentXmlWriter.cs (1)
190
elem.
IsEmpty
= false;
System\Xml\Dom\XmlElement.cs (1)
61
element.
IsEmpty
= this.IsEmpty;
System\Xml\Dom\XmlLoader.cs (2)
111
element.
IsEmpty
= fEmptyElement;
468
element.
IsEmpty
= fEmptyElement;
System\Xml\Schema\Parser.cs (1)
339
element.
IsEmpty
= fEmptyElement;
9 references to IsEmpty
System.Data.Common (2)
System\Xml\DataPointer.cs (1)
611
return ((XmlElement)_node).
IsEmpty
;
System\Xml\XPathNodePointer.cs (1)
136
return ((XmlElement)_node).
IsEmpty
;
System.Private.Xml (7)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
239
return element.
IsEmpty
;
System\Xml\Dom\XmlElement.cs (5)
60
if (element.
IsEmpty
!= this.
IsEmpty
)
61
element.IsEmpty = this.
IsEmpty
;
440
if (
IsEmpty
)
467
if (e.
IsEmpty
)
System\Xml\Dom\XmlNodeReader.cs (1)
295
return ((XmlElement)_curNode).
IsEmpty
;