6 references to IsSelf
System.Private.Xml (6)
System\Xml\Schema\Asttree.cs (6)
492
_isSelfAxis = Asttree.
IsSelf
(_topNode);
612
while ((stepAst != null) && (IsNameTest(stepAst) ||
IsSelf
(stepAst)))
615
if (
IsSelf
(stepAst) && (ast != stepAst))
643
if (
IsSelf
(ast) && (ast.Input != null))
665
if ((stepAst == null) || (!
IsSelf
(stepAst)) || (stepAst.Input != null))
671
if (
IsSelf
(ast) && (ast.Input != null))