1 write to _fixupNode
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
34
_fixupNode
= _f.Unknown(T.NodeNotRtfS);
6 references to _fixupNode
System.Private.Xml (6)
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (6)
39
get { return
_fixupNode
; }
134
return _f.Nop(
_fixupNode
); // We using Nop as a flag that DescendantOrSelf exis was used between steps.
137
result = _f.BaseFactory.Filter(i = _f.For(
_fixupNode
), _f.IsType(i, T.Document));
142
result = BuildAxisFilter(_f, _f.For(
_fixupNode
), xpathAxis, nodeType, name, nsUri);
195
Debug.Assert(nop.Child ==
_fixupNode
);
292
QilIterator i = _f.For(
_fixupNode
);