5 references to HasContentChild
System.Xml (5)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
200
if (!this.pageParent[this.idxParent].
HasContentChild
) {
System\Xml\Cache\XPathDocumentNavigator.cs (1)
474
get { return this.pageCurrent[this.idxCurrent].
HasContentChild
; }
System\Xml\Cache\XPathNodeHelper.cs (3)
106
if (page[idx].
HasContentChild
) {
241
if (page[idx].
HasContentChild
) {
670
Debug.Assert(pageNode[idxNode].HasAttribute || pageNode[idxNode].
HasContentChild
, "Caller must check HasAttribute/HasContentChild on parent before calling GetChild.");