12 references to GetCurrentNode
System.Data.SqlXml (12)
System\Xml\Xsl\Xslt\QilGenerator.cs (11)
1100QilNode node = GetCurrentNode(); 1552QilNode current = GetCurrentNode(); 1578f.Eq(f.NamespaceUriOf(testNode), f.NamespaceUriOf(GetCurrentNode())) 1608countMatches = f.Filter(i = f.For(f.AncestorOrSelf(GetCurrentNode())), MatchCountPattern(countPattern, i)); 1618fromMatches = f.Filter(i = f.For(f.AncestorOrSelf(GetCurrentNode())), MatchPattern(fromPattern, i)); 1654range = f.NodeRange(f.Root(GetCurrentNode()), GetCurrentNode()); 1657fromMatches = f.Filter(i = f.For(f.Preceding(GetCurrentNode())), MatchPattern(fromPattern, i)); 1660f.Filter(j = f.For(f.Filter(k = f.For(f.NodeRange(i, GetCurrentNode())), MatchCountPattern(countPattern, k))), 2130if ((flags & XslFlags.Current ) != 0) { SetArg(args, pos ++, nameCurrent , GetCurrentNode ()); } 2371content = AddDebugVariable(CloneName(nameCurrent) , GetCurrentNode (), content);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
60QilNode IFocus.GetCurrent() { return this.GetCurrentNode(); }