3 references to IsAttrNmsp
System.Xml (3)
System\Xml\Cache\XPathNodeHelper.cs (3)
131
if (!page[idx].
IsAttrNmsp
) {
583
Debug.Assert(!page[idx].
IsAttrNmsp
, "GetContentFollowing should never return attributes or namespaces.");
602
Debug.Assert(!page[idx].
IsAttrNmsp
, "Current node should never be an attribute or namespace--caller should handle this case.");