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)
39get { return _fixupNode; } 134return _f.Nop(_fixupNode); // We using Nop as a flag that DescendantOrSelf exis was used between steps. 137result = _f.BaseFactory.Filter(i = _f.For(_fixupNode), _f.IsType(i, T.Document)); 142result = BuildAxisFilter(_f, _f.For(_fixupNode), xpathAxis, nodeType, name, nsUri); 195Debug.Assert(nop.Child == _fixupNode); 292QilIterator i = _f.For(_fixupNode);