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)
97
if (
Asttree
.IsAttribute(this.curNode))
127
if (
Asttree
.IsAttribute(nowNode))
292
private
Asttree
_axisTree; // reference to the whole tree
309
internal ActiveAxis(
Asttree
axisTree)
481
_isAttribute =
Asttree
.IsAttribute(axis);
489
_isSelfAxis =
Asttree
.IsSelf(_topNode);
FrameworkFork\Microsoft.Xml\Xml\schema\CompiledIdentityConstraint.cs (5)
21
private
Asttree
_selector;
22
private
Asttree
[] _fields;
37
public
Asttree
Selector
42
public
Asttree
[] Fields
67
_fields = new
Asttree
[fields.Count];
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (2)
53
internal LocatedActiveAxis(
Asttree
astfield, KeySequence ks, int column) : base(astfield)
93
public SelectorActiveAxis(
Asttree
axisTree, ConstraintStruct cs) : base(axisTree)