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