3 references to IsAttrNmsp
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNodeHelper.cs (3)
143
if (!page[idx].
IsAttrNmsp
)
652
Debug.Assert(!page[idx].
IsAttrNmsp
, "GetContentFollowing should never return attributes or namespaces.");
672
Debug.Assert(!page[idx].
IsAttrNmsp
, "Current node should never be an attribute or namespace--caller should handle this case.");