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