3 references to GetLastPosition
System.Private.Xml (3)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
2557
if ((flags & XslFlags.Last) != 0) { SetArg(args, pos++, _nameLast,
GetLastPosition
()); }
2839
content = AddDebugVariable(CloneName(_nameLast),
GetLastPosition
(), content);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
62
QilNode IFocus.GetLast() { return this.
GetLastPosition
(); }