6 references to IsSelf
System.Private.Xml (6)
System\Xml\Schema\Asttree.cs (6)
495
_isSelfAxis = Asttree.
IsSelf
(_topNode);
615
while ((stepAst != null) && (IsNameTest(stepAst) ||
IsSelf
(stepAst)))
618
if (
IsSelf
(stepAst) && (ast != stepAst))
646
if (
IsSelf
(ast) && (ast.Input != null))
668
if ((stepAst == null) || (!
IsSelf
(stepAst)) || (stepAst.Input != null))
674
if (
IsSelf
(ast) && (ast.Input != null))