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)
93
if (
Asttree
.IsAttribute(this.curNode))
127
if (
Asttree
.IsAttribute(nowNode))
293
private readonly
Asttree
_axisTree; // reference to the whole tree
310
internal ActiveAxis(
Asttree
axisTree)
487
_isAttribute =
Asttree
.IsAttribute(axis);
495
_isSelfAxis =
Asttree
.IsSelf(_topNode);
System\Xml\Schema\CompiledidEntityConstraint.cs (5)
16
private readonly
Asttree
_selector = null!;
17
private readonly
Asttree
[] _fields = null!;
32
public
Asttree
Selector
37
public
Asttree
[] Fields
62
_fields = new
Asttree
[fields.Count];
System\Xml\Schema\ConstraintStruct.cs (2)
55
internal LocatedActiveAxis(
Asttree
astfield, KeySequence ks, int column) : base(astfield)
90
public SelectorActiveAxis(
Asttree
axisTree, ConstraintStruct cs) : base(axisTree)