3 references to GetCurrentPosition
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
2131if ((flags & XslFlags.Position) != 0) { SetArg(args, pos ++, namePosition, GetCurrentPosition()); } 2370content = AddDebugVariable(CloneName(namePosition), GetCurrentPosition(), content);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
61QilNode IFocus.GetPosition() { return this.GetCurrentPosition(); }