2 instantiations of Asttree
System.Private.Xml (2)
System\Xml\Schema\CompiledidEntityConstraint.cs (2)
53_selector = new Asttree(constraint.Selector!.XPath!, false, nsmgr); 67_fields[idxField] = new Asttree(((XmlSchemaXPath)fields[idxField]).XPath!, true, nsmgr);
13 references to Asttree
System.Private.Xml (13)
System\Xml\Schema\Asttree.cs (6)
93if (Asttree.IsAttribute(this.curNode)) 127if (Asttree.IsAttribute(nowNode)) 293private readonly Asttree _axisTree; // reference to the whole tree 310internal ActiveAxis(Asttree axisTree) 487_isAttribute = Asttree.IsAttribute(axis); 495_isSelfAxis = Asttree.IsSelf(_topNode);
System\Xml\Schema\CompiledidEntityConstraint.cs (5)
16private readonly Asttree _selector = null!; 17private readonly Asttree[] _fields = null!; 32public Asttree Selector 37public Asttree[] Fields 62_fields = new Asttree[fields.Count];
System\Xml\Schema\ConstraintStruct.cs (2)
55internal LocatedActiveAxis(Asttree astfield, KeySequence ks, int column) : base(astfield) 90public SelectorActiveAxis(Asttree axisTree, ConstraintStruct cs) : base(axisTree)