1 write to fixupNode
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
35this.fixupNode = f.Unknown(T.NodeNotRtfS);
6 references to fixupNode
System.Data.SqlXml (6)
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (6)
39get { return fixupNode; } 125return f.Nop(this.fixupNode); // We using Nop as a flag that DescendantOrSelf exis was used between steps. 128result = f.BaseFactory.Filter(i = f.For(fixupNode), f.IsType(i, T.Document)); 133result = BuildAxisFilter(f, f.For(fixupNode), xpathAxis, nodeType, name, nsUri); 177Debug.Assert(nop.Child == this.fixupNode); 262QilIterator i = f.For(fixupNode);