6 references to IsSelf
System.Xml (6)
System\Xml\Schema\Asttree.cs (6)
414this.isSelfAxis = Asttree.IsSelf (this.topNode); 537while ((stepAst != null) && (IsNameTest (stepAst) || IsSelf (stepAst))) { 539if (IsSelf (stepAst) && (ast != stepAst)) { 561if (IsSelf(ast) && (ast.Input != null)) { 578if ((stepAst == null) || (! IsSelf (stepAst)) || (stepAst.Input != null)) { 583if (IsSelf(ast) && (ast.Input != null)) {