2 instantiations of Asttree
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\CompiledIdentityConstraint.cs (2)
58_selector = new Asttree(constraint.Selector.XPath, false, nsmgr); 72_fields[idxField] = new Asttree(((XmlSchemaXPath)fields[idxField]).XPath, true, nsmgr);
13 references to Asttree
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (6)
97if (Asttree.IsAttribute(this.curNode)) 127if (Asttree.IsAttribute(nowNode)) 292private Asttree _axisTree; // reference to the whole tree 309internal ActiveAxis(Asttree axisTree) 481_isAttribute = Asttree.IsAttribute(axis); 489_isSelfAxis = Asttree.IsSelf(_topNode);
FrameworkFork\Microsoft.Xml\Xml\schema\CompiledIdentityConstraint.cs (5)
21private Asttree _selector; 22private Asttree[] _fields; 37public Asttree Selector 42public Asttree[] Fields 67_fields = new Asttree[fields.Count];
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (2)
53internal LocatedActiveAxis(Asttree astfield, KeySequence ks, int column) : base(astfield) 93public SelectorActiveAxis(Asttree axisTree, ConstraintStruct cs) : base(axisTree)