1 write to _subtree
System.Private.Xml (1)
System\Xml\Schema\Asttree.cs (1)
159
_subtree
= faxis;
17 references to _subtree
System.Private.Xml (17)
System\Xml\Schema\Asttree.cs (17)
148
get { return
_subtree
; }
176
AxisElement eaxis = new AxisElement(
_subtree
.RootNode, depth);
214
if (
_subtree
.IsSelfAxis)
221
((AxisElement)_stack[i]!).MoveToParent(depth,
_subtree
);
225
if (
_subtree
.IsDss && Equal(
_subtree
.RootNode.Name,
_subtree
.RootNode.Urn, name, URN))
237
if (
_subtree
.IsDss && Equal(
_subtree
.RootNode.Name,
_subtree
.RootNode.Urn, name, URN))
243
if (((AxisElement)_stack[i]!).MoveToChild(name, URN, depth,
_subtree
))
256
if (!
_subtree
.IsAttribute)
260
if (!Equal(
_subtree
.TopNode.Name,
_subtree
.TopNode.Urn, name, URN))
268
if (
_subtree
.TopNode.Input == null)
270
return (
_subtree
.IsDss || (depth == 1));
276
if ((eaxis.isMatch) && (eaxis.CurNode ==
_subtree
.TopNode.Input))