1 write to fixupCurrent
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
351this.fixupCurrent = f.Unknown(T.NodeNotRtf);
2 references to fixupCurrent
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (2)
354this.fixupVisitor = new XPathBuilder.FixupVisitor(f, fixupCurrent, fixupPosition, fixupLast); 372public QilNode GetCurrent() { numFixupCurrent++; return fixupCurrent; }