2 instantiations of Asttree
System.Xml (2)
System\Xml\Schema\CompiledidEntityConstraint.cs (2)
50this.selector = new Asttree(constraint.Selector.XPath, false, nsmgr); 61this.fields[idxField] = new Asttree(((XmlSchemaXPath)fields[idxField]).XPath, true, nsmgr);
13 references to Asttree
System.Xml (13)
System\Xml\Schema\Asttree.cs (6)
85if (Asttree.IsAttribute(this.curNode)) { 109if (Asttree.IsAttribute (nowNode)) { 248private Asttree axisTree; // reference to the whole tree 263internal ActiveAxis (Asttree axisTree) { 407this.isAttribute = Asttree.IsAttribute (axis); 414this.isSelfAxis = Asttree.IsSelf (this.topNode);
System\Xml\Schema\CompiledidEntityConstraint.cs (5)
19private Asttree selector; 20private Asttree[] fields; 33public Asttree Selector { 37public Asttree[] Fields { 58this.fields = new Asttree[fields.Count];
System\Xml\Schema\ConstraintStruct.cs (2)
52internal LocatedActiveAxis (Asttree astfield, KeySequence ks, int column) : base (astfield) { 88public SelectorActiveAxis(Asttree axisTree, ConstraintStruct cs) : base(axisTree) {